From b27c7bd7efecc2455f94430cbf43afebf25d4c60 Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
The Go binary distributions assume they will be installed in
/etc/profile
export PATH=$PATH:/usr/local/go/bin
-Installing to a custom location
+
Installing to a custom location
/usr/local/go
(or c:\Go
under Windows),
-but it is possible to install the Go tools to a different location.
+but it is possible to install the Go tools to a different location.
In this case you must set the GOROOT
environment variable
to point to the directory in which it was installed.
-The How to Write Go Code document +The How to Write Go Code document provides essential setup instructions for using the Go tools.
-- 2.48.1