repository
0.0.0-20200916064215-86cb157d74bd
Repository: https://github.com/xvrzhao/go-examples.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Go Examples
Here are some Go examples I picked, which are classic, idiomatic, or explanatory.
Pull the Source Code
$ git clone [email protected]:xvrzhao/go-examples.git
View the Source Code and Documentation
Locally, if you installed godoc, run the following command under the project root directory, then open this link.
$ godoc -http=:6060
Alternatively, view on GoDoc directly without pulling the source code, but then you can't run tests.