Russ Cox | 270a22d | 2023-12-05 11:15:03 -0500 | [diff] [blame] | 1 | --- |
| 2 | title: Asking Questions |
| 3 | --- |
Matt Layher | 9df6fb0 | 2023-09-01 12:52:59 -0400 | [diff] [blame] | 4 | |
| 5 | Unlike 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 | |
| 7 | For 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 | |
| 25 | If 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 Cox | 270a22d | 2023-12-05 11:15:03 -0500 | [diff] [blame] | 27 | Please do not write your question on a wiki page. Please use one of the above forums. |