Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 985 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 985 Bytes

Go 101 is a book focusing on Go syntax/semantics and all kinds of details. The book also tries to help gophers understand Go deeply and thoroughly.

Install And Update

$ go get -u github.com/go101/go101

Run Locally

Add the path of the bin folder under GOPATH into PATH environment variable to run go101. The default value of the GOPATH environment variable is the path of the go folder under the 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.

Some Notes

  • The book is still not finished. Several articles are missing and many finished articles need correcting.
  • Translations are welcome, but for the last note, it may not be the proper time to do so.
  • Chinese translation version will be translated by myself (@TapirLiu).
  • A more relexed license is coming soon.