Skip to content
forked from go101/go101

a book focusing on Go syntax and semantics

Notifications You must be signed in to change notification settings

vamsiautomatad/go101

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 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

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.

Some Notes

  • 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.

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%