blob: 6ac022d1b0ff6f42509ed97fc8431c4206a26a52 [file] [log] [blame] [view]
Brad Fitzpatrick60294f32015-10-03 08:15:34 -07001# Asking Questions
2
Dan Peterson59e85932016-10-10 12:35:55 -03003Unlike many projects on GitHub, the Go project does not use its bug tracker for general discussion or asking questions. We only use our bug tracker for tracking bugs and tracking proposals going through the [Proposal Process](https://golang.org/s/proposal-process).
Brad Fitzpatrick60294f32015-10-03 08:15:34 -07004
5For asking questions, see:
6
7* [The golang-nuts mailing list](https://groups.google.com/d/forum/golang-nuts)
8
Brad Fitzpatricke1d18592015-10-03 08:17:06 -07009* [The Go Forum](https://forum.golangbridge.org/), a web-based forum
Brad Fitzpatrick60294f32015-10-03 08:15:34 -070010
Josh Bleecher Snyder7db3c0c2017-07-24 08:18:47 -070011* [Gophers Slack](https://gophers.slack.com), use the [invite app](https://invite.slack.golangbridge.org/) for access
Brad Fitzpatrick60294f32015-10-03 08:15:34 -070012
Tim Cooper2dfb3312018-05-28 15:58:27 -030013* [Stack Overflow](https://stackoverflow.com/questions/tagged/go) with questions tagged "go"
Brad Fitzpatrick60294f32015-10-03 08:15:34 -070014
Brad Fitzpatrick6e77ce22016-10-09 16:41:36 -040015* **IRC** channel #go-nuts on Freenode
16
Dan Peterson59e85932016-10-10 12:35:55 -030017If we closed your question on GitHub, we apologize. Please ask the question on one of the above forums.