blob: 84860a414b0e791e99877cc748b60b690af9a387 [file] [log] [blame] [view]
Russ Cox270a22d2023-12-05 11:15:03 -05001---
2title: Asking Questions
3---
Matt Layher9df6fb02023-09-01 12:52:59 -04004
5Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and [proposals](https://go.dev/s/proposal-process) only.
6
7For asking questions, see:
8
9* [Stack Overflow](https://stackoverflow.com/questions/tagged/go) with questions tagged "go" or "golang"
10
11* [The Go Forum](https://forum.golangbridge.org/), a web-based forum
12
13* [Gophers Discord](https://discord.gg/golang) "Get live support and talk with other gophers on the Go Discord"
14
15* [Gophers Slack](https://gophers.slack.com), use the [invite app](https://invite.slack.golangbridge.org/) for access. The `#general` channel is a good starting point.
16
17* [Go Community on Hashnode](https://hashnode.com/n/go) with questions and posts tagged with "go"
18
19* [The golang-nuts mailing list](https://groups.google.com/d/forum/golang-nuts)
20
21* [Subreddit for Go](https://www.reddit.com/r/golang/)
22
23* **IRC** channel #go-nuts on Libera
24
25If we closed your issue as a question with a link to this wiki, we apologize. Please ask the question on one of the above forums.
26
Russ Cox270a22d2023-12-05 11:15:03 -050027Please do not write your question on a wiki page. Please use one of the above forums.