diff --git a/Questions.md b/Questions.md index fd1672a9..4a5b44b6 100644 --- a/Questions.md +++ b/Questions.md @@ -1,19 +1,19 @@ # Asking Questions -Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions (There is a proposal to allow questions, at [#23745](https://github.com/golang/go/issues/23745), which is currently being discussed). GitHub Issues are used for tracking bugs and [proposals](https://golang.org/s/proposal-process). +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://golang.org/s/proposal-process) only. For asking questions, see: -* [The golang-nuts mailing list](https://groups.google.com/d/forum/golang-nuts) +* [Stack Overflow](https://stackoverflow.com/questions/tagged/go) with questions tagged "go" * [The Go Forum](https://forum.golangbridge.org/), a web-based forum * [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. -* [Stack Overflow](https://stackoverflow.com/questions/tagged/go) with questions tagged "go" - * [Go Community on Hashnode](https://hashnode.com/n/go) with questions and posts tagged with "go" +* [The golang-nuts mailing list](https://groups.google.com/d/forum/golang-nuts) + * **IRC** channel #go-nuts on Freenode 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. \ No newline at end of file