1
0
mirror of https://github.com/golang/go synced 2024-11-26 17:07:09 -07:00

doc: clarify a sentence about *_js.go

Change "have to" to "need to" for clarity and to avoid a
peculiar English idiom.

Change-Id: Iec2b1f841d0353dd7925f8f934fe82d4ed059d7d
Reviewed-on: https://go-review.googlesource.com/123495
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Rob Pike 2018-07-12 11:37:17 +10:00
parent cc422e64d0
commit d87f635626

View File

@ -63,7 +63,7 @@ Do not send CLs removing the interior tags from such phrases.
Go files named <code>*_js.go</code> or <code>*_wasm.go</code> will
now be <a href="/pkg/go/build/#hdr-Build_Constraints">ignored by Go
tools</a> except when those GOOS/GOARCH values are being used.
If you have existing filenames matching those patterns, you will have to rename them.
If you have existing filenames matching those patterns, you will need to rename them.
</p>
<h2 id="tools">Tools</h2>