-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from golang/master
Merge from upstream
- Loading branch information
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.