go/build: add new +build tags 'cgo' and 'nocgo'
This lets us mark net's cgo_stub.go as only to be built when cgo is disabled. R=golang-dev, ality, mikioh.mikioh CC=golang-dev https://golang.org/cl/5489100
This commit is contained in:
parent
b5b0822258
commit
1b80fdc11d
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build plan9
|
||||
// +build plan9 darwin/nocgo
|
||||
|
||||
package tls
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user