mirror of
https://github.com/golang/go
synced 2024-11-02 13:21:55 +00:00
db66972359
Add a link redirecting questions to the wiki page/forums
Change-Id: I05b784e6bb0c260cb01c4535ad05fb17ba80110e
GitHub-Last-Rev: a927ce5c69
GitHub-Pull-Request: golang/go#36413
Reviewed-on: https://go-review.googlesource.com/c/go/+/213440
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
38 lines
706 B
Text
38 lines
706 B
Text
<!--
|
|
Please answer these questions before submitting your issue. Thanks!
|
|
For questions please use one of our forums: https://github.com/golang/go/wiki/Questions
|
|
-->
|
|
|
|
### What version of Go are you using (`go version`)?
|
|
|
|
<pre>
|
|
$ go version
|
|
|
|
</pre>
|
|
|
|
### Does this issue reproduce with the latest release?
|
|
|
|
|
|
|
|
### What operating system and processor architecture are you using (`go env`)?
|
|
|
|
<details><summary><code>go env</code> Output</summary><br><pre>
|
|
$ go env
|
|
|
|
</pre></details>
|
|
|
|
### What did you do?
|
|
|
|
<!--
|
|
If possible, provide a recipe for reproducing the error.
|
|
A complete runnable program is good.
|
|
A link on play.golang.org is best.
|
|
-->
|
|
|
|
|
|
|
|
### What did you expect to see?
|
|
|
|
|
|
|
|
### What did you see instead?
|