Go 101 is a book focusing on Go syntax and semantics.
$ go get -u github.com/go101/go101
You should add the path of the bin
folder under GOPATH
into your PATH
environment variable to run go101
.
The default value of the GOPATH
environment variable
is the path of the go
folder under your home directory.
$ go101
Server started: http://localhost:55555
The start page should be opened in a browser automatically. If it is not opened, please visit http://localhost:55555 directly.
- The book is still not finished. Several articles are still missing and many finished articles still need polishing.
- Translations are welcome, but for the last note, it may be not the proper time to do so.
- Chinese translation version will be transalted by myself (@TapirLiu).
- A more relexed license is coming soon.