Welcome to the Go wiki, a collection of information about the Go Programming Language. Awesome Go is another great resource for Go programmers, curated by the Go community.
Contributing
- This wiki is open to editing by any member of the Go community with a GitHub account.
- If you would like to add a new page, please first open an issue in the Go issue tracker with the prefix 'wiki' to propose the addition. Clearly state why the content does not fit into any of the existing pages.
- Because renaming of pages in the wiki can break external links, please open an issue before renaming or removing any wiki page.
Table of Contents
Getting started with Go
Working with Go
Ready to write some Go code of your own? Here are a few links to help you get started.
- Install and Setup your Environment
-
Go IDEs and Editors - Information on how to use your favorite editor with Go.
-
Tools for working with Go code - Formatting, linting, vetting, refactoring, navigation and visualization.
- Finding Go Libraries and Packages
-
Managing your dependencies - An overview of the tools you can use to manage third-party packages (vendoring).
- Publishing Go Packages as Open Source
Learning more about Go
Once you have an overview of the language, here are resources you can use to learn more.
-
Learning Go - A collection of resources for learning Go - beginner to advanced.
-
Books - A list of Go books that have been published (ebook, paper)
-
Blogs - Blogs about Go
-
Podcasts - Podcasts and episodes featuring Go
- Videos, Talks and Presentations
-
Articles - A collection of articles to help you learn more about Go.
-
Training - Free and commercial, online and clas-s-room training for Go.
-
University Courses - A list of CS programs and classes using Go.
- Resources for non-English speakers
The Go Community
Here are some of the places where you can find Gophers online. To get a sense of what it means to be a member of the Go community, read Damian Gryski's keynote from the GolankUK 2015 conference or watch Andrew Gerrand's closing keynote from GopherCon 2015.
Using the go toolchain
Additional Go Programming Wikis
Online Services that work with Go
If you're looking for services that support Go, here's a list to get you started.
- Cloud Computing - Go is well supported on most cloud service providers.
-
Continuous Integration and Continuous Deployment - Go is well supported by most CI/CD frameworks
- Monitoring/Logging
-
DeferPanic - Dedicated Go application performance monitoring.
-
OpsDash - Go-based cluster monitoring platform.
- Package and Dependency Management
-
Gopkg.in is a source for stable Go libraries, provided by Gustavo Niemeyer.
Troubleshooting Go Programs in Production
- Understand the performance of your Go apps using the pprof package
- Heap Dumps
Contributing to the Go Project
Platform Specific Information
Release Specific Information
Notes:
- Please refrain from changing the title of the wiki pages, as some of them might be linked to from golang.org or other websites.
请发表评论