Skip to content

Commit

Permalink
Merge pull request #1 from golang/master
Browse files Browse the repository at this point in the history
Merge from upstream
  • Loading branch information
nebulabox authored Jan 29, 2019
2 parents c879153 + 66065c3 commit 52489cb
Show file tree
Hide file tree
Showing 4,309 changed files with 690,969 additions and 249,906 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
16 changes: 14 additions & 2 deletions .github/ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,24 +1,36 @@
Please answer these questions before submitting your issue. Thanks!

<!-- Please answer these questions before submitting your issue. Thanks! -->

### 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?

2 changes: 1 addition & 1 deletion .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ For asking questions, see:

* [Gophers Slack](https://gophers.slack.com), use the [invite app](https://invite.slack.golangbridge.org/) for access

* [Stack Overflow](http://stackoverflow.com/questions/tagged/go) with questions tagged "go"
* [Stack Overflow](https://stackoverflow.com/questions/tagged/go) with questions tagged "go"

* **IRC** channel #go-nuts on Freenode
Loading

0 comments on commit 52489cb

Please sign in to comment.