go101 / go101
- понедельник, 2 апреля 2018 г. в 00:15:32
HTML
a book focusing on Go syntax and semantics
Go 101 is a book focusing on Go syntaxes 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.