]> Cypherpunks repositories - gostls13.git/commit
go/build: accept spaces in cgo directives
authorHiroshi Ioka <hirochachacha@gmail.com>
Wed, 10 May 2017 06:35:33 +0000 (15:35 +0900)
committerIan Lance Taylor <iant@golang.org>
Wed, 10 May 2017 17:14:57 +0000 (17:14 +0000)
commit1df777f6a425d9e61f8094cfb1d96fd90bb0bdf1
tree78c7098d480018e62371ba7d1b89428356f57550
parent69972aea74de6a0397a05281475d1ca006da7bb0
go/build: accept spaces in cgo directives

Fixes #7906

Change-Id: Ibcf9cd670593241921ab3c426ff7357f799ebc3e
Reviewed-on: https://go-review.googlesource.com/43072
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/go_test.go
src/go/build/build.go
src/go/build/build_test.go