]> Cypherpunks repositories - gostls13.git/commit
cmd/go: update helpdoc.go about '-buildmode'
authorDong-hee Na <donghee.na92@gmail.com>
Tue, 27 Jun 2017 14:04:44 +0000 (23:04 +0900)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 27 Jun 2017 18:53:08 +0000 (18:53 +0000)
commit5dafa91917eee6c446e411bad0aee13b0a556900
tree057adaeb4c309432d4a769b18179db022e8e71bf
parent7f93232a1088ee7984bb2891075ec2eabb177f84
cmd/go: update helpdoc.go about '-buildmode'

After https://golang.org/cl/46421 is landed.
helpdoc.go should be updated that -buildmode=c-shared
requires only one main package.

Fixes #15082

Change-Id: I30a0ee956e6c4655c975ecdaa905887bd474952c
Reviewed-on: https://go-review.googlesource.com/46810
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/help/helpdoc.go