File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,15 @@ Go is an open source project.
44
55It is the work of hundreds of contributors. We appreciate your help!
66
7-
87## Filing issues
98
109When [ filing an issue] ( https://golang.org/issue/new ) , make sure to answer these five questions:
1110
12- 1 . What version of Go are you using (` go version ` )?
13- 2 . What operating system and processor architecture are you using?
14- 3 . What did you do?
15- 4 . What did you expect to see?
16- 5 . What did you see instead?
11+ 1 . What version of Go are you using (` go version ` )?
12+ 2 . What operating system and processor architecture are you using?
13+ 3 . What did you do?
14+ 4 . What did you expect to see?
15+ 5 . What did you see instead?
1716
1817General questions should go to the [ golang-nuts mailing list] ( https://groups.google.com/group/golang-nuts ) instead of the issue tracker.
1918The gophers there will answer or ask you to file an issue if you've tripped over a bug.
@@ -23,9 +22,5 @@ The gophers there will answer or ask you to file an issue if you've tripped over
2322Please read the [ Contribution Guidelines] ( https://golang.org/doc/contribute.html )
2423before sending patches.
2524
26- ** We do not accept GitHub pull requests**
27- (we use [ Gerrit] ( https://code.google.com/p/gerrit/ ) instead for code review).
28-
2925Unless otherwise noted, the Go source files are distributed under
3026the BSD-style license found in the LICENSE file.
31-
You can’t perform that action at this time.
0 commit comments