1*333d2b36SAndroid Build Coastguard Workervery not a zip file 2*333d2b36SAndroid Build Coastguard WorkerPK _"=� 3*333d2b36SAndroid Build Coastguard Worker�VHREADMEUT K�L���Lux��mTMO�@�ﯘRAJlN"q��R!�C�k{lo�ޱ�#!��3k��J�(ϛ7o��7�{�@��55G 4*333d2b36SAndroid Build Coastguard Worker&�?BK>�� FO���`\V�.���0��: 5*333d2b36SAndroid Build Coastguard Worker袎��R�� �Q[�5��P���0?�1����H� 6*333d2b36SAndroid Build Coastguard Worker�] LeI7�WE�,pd�p� 7*333d2b36SAndroid Build Coastguard Worker*O���Pꦍ� "���v�7x 8*333d2b36SAndroid Build Coastguard Worker��h�&�����:�O�IG\��Z�]o�.�.��f��Eh�m�ֶ�3�����}wC�v0��#�Z�=o 9*333d2b36SAndroid Build Coastguard Worker�@{�Ƅ�M�Der 10*333d2b36SAndroid Build Coastguard WorkerN�߾ޭC<Z˫8�i��b���>~�>�n3 11*333d2b36SAndroid Build Coastguard Worker�\���5Nsxw�d�̣�R�m���{��)DH��ذS���ʚ���P��4F%S��''��^{�+�wv�{���'�6q죎=P�t��Χu.O��ͱ��r�/ۛ����֏9I�Z��L2�ɍ��\5���)�)>��ӌ�X%c�zf��i�Y�C����]J����e�l �M��8��w�م��E� 12*333d2b36SAndroid Build Coastguard Worker=Z�)d7���w=�W�F|�^�'b%':-v��{��9���jLqr����l��#��һQ 13*333d2b36SAndroid Build Coastguard Worker���#�����������L~7������ ɵ"�fC�~PK _"=� 14*333d2b36SAndroid Build Coastguard Worker�VH��READMEUTK�Lux��PKL�eThis is the source code repository for the Go programming language. 15*333d2b36SAndroid Build Coastguard Worker 16*333d2b36SAndroid Build Coastguard WorkerFor documentation about how to install and use Go, 17*333d2b36SAndroid Build Coastguard Workervisit https://golang.org/ or load doc/install.html in your web browser. 18*333d2b36SAndroid Build Coastguard Worker 19*333d2b36SAndroid Build Coastguard WorkerAfter installing Go, you can view a nicely formatted 20*333d2b36SAndroid Build Coastguard Workerdoc/install.html by running godoc --http=:6060 21*333d2b36SAndroid Build Coastguard Workerand then visiting http://localhost:6060/doc/install.html. 22*333d2b36SAndroid Build Coastguard Worker 23*333d2b36SAndroid Build Coastguard WorkerUnless otherwise noted, the Go source files are distributed 24*333d2b36SAndroid Build Coastguard Workerunder the BSD-style license found in the LICENSE file. 25*333d2b36SAndroid Build Coastguard Worker 26*333d2b36SAndroid Build Coastguard Worker-- 27*333d2b36SAndroid Build Coastguard Worker 28*333d2b36SAndroid Build Coastguard WorkerBinary Distribution Notes 29*333d2b36SAndroid Build Coastguard Worker 30*333d2b36SAndroid Build Coastguard WorkerIf you have just untarred a binary Go distribution, you need to set 31*333d2b36SAndroid Build Coastguard Workerthe environment variable $GOROOT to the full path of the go 32*333d2b36SAndroid Build Coastguard Workerdirectory (the one containing this README). You can omit the 33*333d2b36SAndroid Build Coastguard Workervariable if you unpack it into /usr/local/go, or if you rebuild 34*333d2b36SAndroid Build Coastguard Workerfrom sources by running all.bash (see doc/install.html). 35*333d2b36SAndroid Build Coastguard WorkerYou should also add the Go binary directory $GOROOT/bin 36*333d2b36SAndroid Build Coastguard Workerto your shell's path. 37*333d2b36SAndroid Build Coastguard Worker 38*333d2b36SAndroid Build Coastguard WorkerFor example, if you extracted the tar file into $HOME/go, you might 39put the following in your .profile: 40 41 export GOROOT=$HOME/go 42 export PATH=$PATH:$GOROOT/bin 43 44See doc/install.html for more details.