mirror of
https://github.com/golang/go
synced 2024-11-11 20:20:23 -07:00
doc: fix a typo in contribute.html
A fix for a trivial (yet still confusing for neophytes like me!) typo in contribute.html. Change-Id: Ic68673fb2a3855c2b9e8042047087450e8793e6b Reviewed-on: https://go-review.googlesource.com/c/go/+/279452 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
parent
98a73030b0
commit
49d0b239cb
@ -1129,7 +1129,7 @@ sometimes required because the standard library code you're modifying
|
||||
might require a newer version than the stable one you have installed).
|
||||
|
||||
<pre>
|
||||
$ cd $GODIR/src/hash/sha1
|
||||
$ cd $GODIR/src/crypto/sha1
|
||||
$ [make changes...]
|
||||
$ $GODIR/bin/go test .
|
||||
</pre>
|
||||
|
Loading…
Reference in New Issue
Block a user