head	1.2;
access;
symbols
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.11.24.14.45.50;	author wxs;	state dead;
branches;
next	1.1;

1.1
date	2010.01.23.17.44.55;	author wxs;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Use pkg-message.in.
Install Make.* into ${GOROOT}/src so go packages can be used.

Submitted by:	wen@@
@
text
@------------------------------------------------------------------
 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

 To build Go programs, you may include %%PREFIX%%/share/go/Make.pkg
 or %%PREFIX%%/share/go/Make.cmd in your build infrastructure
 (note: this requires gmake).

 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.
------------------------------------------------------------------
@


1.1
log
@An experimental, concurrent, garbage collected language.

Submitted by:	devon.odell@@gmail.com (private mail)
@
text
@@

