Skip to content

xvrzhao/go-examples

Repository files navigation

Go Examples

GoDoc

Here are some Go examples I picked, which are classic, idiomatic, or explanatory.

Pull the Source Code

$ git clone git@github.com: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.

About

Here are some Go examples I picked, which are classic, idiomatic, or explanatory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages