aboutsummaryrefslogtreecommitdiffstats
path: root/lang/go/files/pkg-message.in
blob: d1973dde8d07da72dc12d313ebf7186ba6884fdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
------------------------------------------------------------------
 To build Go programs for FreeBSD, you'll want to set up your
 environment properly. The following environment variables should
 be set:

 GOOS=freebsd
 GOARCH=%%ARCH%%
 GOROOT=%%PREFIX%%/lib/go

 Your compiler is %%GOOBJ%%g and your linker is %%GOOBJ%%l.

 For more information on programming in Go and for more
 documentation, see http://www.golang.org.
------------------------------------------------------------------