xitu / go101

a book focusing on Go syntax and semantics

Home Page:https://go101.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go 101 is a book focusing on Go syntax/semantics, and all kinds of details.

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 transalted by myself (@TapirLiu).
  • A more relexed license is coming soon.

About

a book focusing on Go syntax and semantics

https://go101.org


Languages

Language:HTML 98.6%Language:Go 0.9%Language:CSS 0.5%