- Notifications
You must be signed in to change notification settings - Fork441
An up-to-date (unofficial) knowledge base for Go programming self learning
License
go101/go101
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Go 101 is a series of books on Go programming.Currently, the following books are avaliable:
- Go (Fundamentals) 101, which focuses on Go syntax/semantics (except custom generics related) and all kinds of runtime related things.
- Go Generics 101, which explains Go custom generics in detail.
- Go Optimizations 101, which provides some code performance optimization tricks, tips, and suggestions.
- Go Details & Tips 101, which collects many details and provides several tips in Go programming.
These books are expected to help gophers gain a deep and thorough understanding of Goand be helpful for both beginner and experienced Go programmers.
To get latest news of Go 101 books, please follow the official twitter account@zigo_101.
Go toolchain 1.18+ is needed to build and run the Go 101 website.
### Install or update.$ go install go101.org/go101@latest### Read. (GOBIN path, defaulted as GOPATH/bin, should be set in PATH)$ go101Server started: http://localhost:55555 (non-cached version) http://127.0.0.1:55555 (cached version)
The start page should be opened in a browser automatically.If it is not opened, please visithttp://localhost:55555.
Options:
-port=1234-theme=light # or dark (default is light)
Some HTML files are generated from their corresponding markdown files.If a markdown file is modified, we can rungo run . -gen
to synchronize its corresponding HTML file.
Welcome to improve Go 101 by:
- Submitting corrections for all kinds of mistakes, such as typos, grammar errors, wording inaccuracies, description flaws, code bugs and broken links.
- Suggesting interesting Go related contents.
Current contributors are listed onthis page.
Translations are also welcome. Here is a list of the ongoing translation projects:
Please read theLICENSE for more details.
About
An up-to-date (unofficial) knowledge base for Go programming self learning
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.