]> Cypherpunks repositories - gostls13.git/commit
go/build: allow ~ and ^ in #cgo directives for sr.ht import paths
authorElias Naur <mail@eliasnaur.com>
Wed, 9 Oct 2019 09:13:42 +0000 (11:13 +0200)
committerElias Naur <mail@eliasnaur.com>
Wed, 9 Oct 2019 14:03:15 +0000 (14:03 +0000)
commit0b204f958e0960fab34e09812eb5a3396ed3f1c9
tree384c3196e62e5eea07237baadf0ef2e08d3bb05f
parenta38a917aee626a9b9d5ce2b93964f586bf759ea0
go/build: allow ~ and ^ in #cgo directives for sr.ht import paths

Fixes #32260

Change-Id: Ib44ee33b8143d523875cf5a2bc5e36bf082801a4
Reviewed-on: https://go-review.googlesource.com/c/go/+/199918
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/go/build/build.go
src/go/build/build_test.go