From b143d56a463cfda52c55a69a1432bc1c36d1ecb6 Mon Sep 17 00:00:00 2001 From: guido <11861865+mcnomad81@users.noreply.github.com> Date: Wed, 14 Mar 2018 12:01:14 +0100 Subject: [PATCH] Updated SettingGOPATH (markdown) --- SettingGOPATH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SettingGOPATH.md b/SettingGOPATH.md index f8171b55..390d6108 100644 --- a/SettingGOPATH.md +++ b/SettingGOPATH.md @@ -1,4 +1,4 @@ -The GOPATH environment variable specifies the location of your workspace. If no GOPATH is set, it is assumed to be `$HOME/go` on Unix systems and `%USERPROFILE%\go` on Windows. If you want to use a custom location as your workspace, you can set the GOPATH environment variable. This page explains how to set this variable on various platforms. +# # The GOPATH environment variable specifies the location of your workspace. If no GOPATH is set, it is assumed to be `$HOME/go` on Unix systems and `%USERPROFILE%\go` on Windows. If you want to use a custom location as your workspace, you can set the GOPATH environment variable. This page explains how to set this variable on various platforms. - [Unix systems](#unix-systems)