Skip to content
/ go101 Public
forked from go101/go101

a book focusing on Go syntax and semantics

Notifications You must be signed in to change notification settings

jwc1/go101

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go 101 is a book focusing on Go syntax and semantics.

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.7%
  • Other 1.3%