Skip to content

Commit 89f2540

Browse files
authored
Merge pull request #2 from golang/master
merge chunk
2 parents 8ccafb1 + 06a8f68 commit 89f2540

File tree

3,388 files changed

+236510
-155299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,388 files changed

+236510
-155299
lines changed

.github/ISSUE_TEMPLATE

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,36 @@
1-
Please answer these questions before submitting your issue. Thanks!
2-
1+
<!-- Please answer these questions before submitting your issue. Thanks! -->
32

43
### What version of Go are you using (`go version`)?
54

5+
<pre>
6+
$ go version
7+
8+
</pre>
69

710
### Does this issue reproduce with the latest release?
811

912

13+
1014
### What operating system and processor architecture are you using (`go env`)?
1115

16+
<details><summary><code>go env</code> Output</summary><br><pre>
17+
$ go env
18+
19+
</pre></details>
1220

1321
### What did you do?
1422

23+
<!--
1524
If possible, provide a recipe for reproducing the error.
1625
A complete runnable program is good.
1726
A link on play.golang.org is best.
27+
-->
28+
1829

1930

2031
### What did you expect to see?
2132

2233

34+
2335
### What did you see instead?
2436

AUTHORS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ Eivind Uggedal <[email protected]>
418418
Elbert Fliek <[email protected]>
419419
Eldar Rakhimberdin <[email protected]>
420420
Elena Grahovac <[email protected]>
421-
Elias Naur <[email protected]>
421+
422422
Elliot Morrison-Reed <[email protected]>
423423
Emerson Lin <[email protected]>
424424
Emil Hessman <[email protected]>
@@ -928,6 +928,7 @@ Maxim Khitrov <[email protected]>
928928
Maxime de Roucy <[email protected]>
929929
Máximo Cuadros Ortiz <[email protected]>
930930
Maxwell Krohn <[email protected]>
931+
Maya Rashish <[email protected]>
931932
Mayank Kumar <[email protected]>
932933
MediaMath, Inc
933934
Meir Fischer <[email protected]>
@@ -1304,6 +1305,7 @@ Sven Almgren <[email protected]>
13041305
Sylvain Zimmer <[email protected]>
13051306
Syohei YOSHIDA <[email protected]>
13061307
Szabolcs Nagy <[email protected]>
1308+
Taavi Kivisik <[email protected]>
13071309
Tad Fisher <[email protected]>
13081310
Tad Glines <[email protected]>
13091311
Taj Khattra <[email protected]>

0 commit comments

Comments
 (0)