1b80fdc11d
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
11 lines
231 B
Go
11 lines
231 B
Go
// Copyright 2011 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// +build plan9 darwin/nocgo
|
|
|
|
package tls
|
|
|
|
func initDefaultRoots() {
|
|
}
|