readme.notzip
1 very not a zip file
2 PK _"=
3 VHREADMEUT KLLuxmTMO@RAJlN"qR!Ck{lo#!3kJ(7o7{@55G
5 &?BK> FO`\V.0:
R Q[5P0?1H
10 ] LeI7WE,pdp
11 *OP "v7x
h&:OIG\Z]o..fEhm3}wCv0#Z=o
@{MDer
NC<Z8ib>~>n3
\5NsxwdRm{)DHSP4F%S''^{+wv{'6q=Ptu.Or/9IZL2\5))>X%czfiYC]Jel M8wE
=Z)d7w=WF|^'b%':-v{9jLqrl#Q
22 #L~7 "fC~PK _"=
23 VHREADMEUTKLuxPKLeThis is the source code repository for the Go programming language.
25
26 For documentation about how to install and use Go,
27 visit https://golang.org/ or load doc/install.html in your web browser.
28
29 After installing Go, you can view a nicely formatted
30 doc/install.html by running godoc --http=:6060
31 and then visiting http://localhost:6060/doc/install.html.
32
33 Unless otherwise noted, the Go source files are distributed
34 under the BSD-style license found in the LICENSE file.
35
36 --
37
38 Binary Distribution Notes
39
40 If you have just untarred a binary Go distribution, you need to set
41 the environment variable $GOROOT to the full path of the go
42 directory (the one containing this README). You can omit the
43 variable if you unpack it into /usr/local/go, or if you rebuild
44 from sources by running all.bash (see doc/install.html).
45 You should also add the Go binary directory $GOROOT/bin
46 to your shell's path.
47
48 For example, if you extracted the tar file into $HOME/go, you might
49 put the following in your .profile:
50
51 export GOROOT=$HOME/go
52 export PATH=$PATH:$GOROOT/bin
53
54 See doc/install.html for more details.
readme.zip