File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
< a href ="# " url ="https://golang.org/pkg/ "> pkg</ a > id/name:</ small >
16
16
< form style ='margin: 0 ' id ='navform '> < nobr > < input id ="inputbox " size =10 tabindex =1 /> < input type ="submit " value ="go " /> </ nobr > </ form >
17
17
< small > Also: < a href ="# " url ="https://build.golang.org "> buildbots</ a >
18
- < a href ="# " url ="https://github.com/golang/go "> Github </ a >
18
+ < a href ="# " url ="https://github.com/golang/go "> GitHub </ a >
19
19
</ small >
20
20
</ body >
21
21
</ html >
Original file line number Diff line number Diff line change @@ -1176,7 +1176,7 @@ func expand(match map[string]string, s string) string {
1176
1176
// and import paths referring to a fully-qualified importPath
1177
1177
// containing a VCS type (foo.com/repo.git/dir)
1178
1178
var vcsPaths = []* vcsPath {
1179
- // Github
1179
+ // GitHub
1180
1180
{
1181
1181
pathPrefix : "github.com" ,
1182
1182
regexp : lazyregexp .New (`^(?P<root>github\.com/[A-Za-z0-9_.\-]+/[A-Za-z0-9_.\-]+)(/[A-Za-z0-9_.\-]+)*$` ),
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ func TestBlockGeneric(t *testing.T) {
157
157
// Tests for unmarshaling hashes that have hashed a large amount of data
158
158
// The initial hash generation is omitted from the test, because it takes a long time.
159
159
// The test contains some already-generated states, and their expected sums
160
- // Tests a problem that is outlined in Github issue #29541
160
+ // Tests a problem that is outlined in GitHub issue #29541
161
161
// The problem is triggered when an amount of data has been hashed for which
162
162
// the data length has a 1 in the 32nd bit. When casted to int, this changes
163
163
// the sign of the value, and causes the modulus operation to return a
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ func TestBlockGeneric(t *testing.T) {
156
156
// Tests for unmarshaling hashes that have hashed a large amount of data
157
157
// The initial hash generation is omitted from the test, because it takes a long time.
158
158
// The test contains some already-generated states, and their expected sums
159
- // Tests a problem that is outlined in Github issue #29543
159
+ // Tests a problem that is outlined in GitHub issue #29543
160
160
// The problem is triggered when an amount of data has been hashed for which
161
161
// the data length has a 1 in the 32nd bit. When casted to int, this changes
162
162
// the sign of the value, and causes the modulus operation to return a
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ func TestBlockGeneric(t *testing.T) {
229
229
// Tests for unmarshaling hashes that have hashed a large amount of data
230
230
// The initial hash generation is omitted from the test, because it takes a long time.
231
231
// The test contains some already-generated states, and their expected sums
232
- // Tests a problem that is outlined in Github issue #29517
232
+ // Tests a problem that is outlined in GitHub issue #29517
233
233
// The problem is triggered when an amount of data has been hashed for which
234
234
// the data length has a 1 in the 32nd bit. When casted to int, this changes
235
235
// the sign of the value, and causes the modulus operation to return a
Original file line number Diff line number Diff line change @@ -835,7 +835,7 @@ func TestBlockGeneric(t *testing.T) {
835
835
// Tests for unmarshaling hashes that have hashed a large amount of data
836
836
// The initial hash generation is omitted from the test, because it takes a long time.
837
837
// The test contains some already-generated states, and their expected sums
838
- // Tests a problem that is outlined in Github issue #29541
838
+ // Tests a problem that is outlined in GitHub issue #29541
839
839
// The problem is triggered when an amount of data has been hashed for which
840
840
// the data length has a 1 in the 32nd bit. When casted to int, this changes
841
841
// the sign of the value, and causes the modulus operation to return a
You can’t perform that action at this time.
0 commit comments