Russ Cox | d27fa94 | 2009-11-08 09:57:37 -0800 | [diff] [blame] | 1 | This is the source code repository for the Go programming language. |
| 2 | |
| 3 | For documentation about how to install and use Go, |
| 4 | visit http://golang.org/ or load doc/install.html in your web browser. |
| 5 | |
| 6 | After installing Go, you can view a nicely formatted |
| 7 | doc/install.html by running godoc --http=:6060 |
| 8 | and then visiting http://localhost:6060/doc/install.html. |
| 9 | |
| 10 | Unless otherwise noted, the Go source files are distributed |
| 11 | under the BSD-style license found in the LICENSE file. |