Skip to content

Commit

Permalink
_content/doc: update testdir import path in contribution guide
Browse files Browse the repository at this point in the history
It's changed slightly to be inside 'cmd'.

For golang/go#56844.
For golang/go#60059.

Change-Id: I244f0ae627978a7b59d6a56d20aebc3ff81b3179
Reviewed-on: https://go-review.googlesource.com/c/website/+/493915
Reviewed-by: Bryan Mills <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Dmitri Shuralyov <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
  • Loading branch information
dmitshur authored and gopherbot committed May 12, 2023
1 parent 9110c24 commit cd3dc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _content/doc/contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ <h3 id="quick_test">Quickly testing your changes</h3>
by <code>all.bash</code> but you can also run it manually:

<pre>
$ $GOROOT/bin/go test internal/testdir
$ $GOROOT/bin/go test cmd/internal/testdir
</pre>
</ul>

Expand Down

0 comments on commit cd3dc42

Please sign in to comment.