mirror of
https://github.com/golang/go.git
synced 2025-11-06 03:30:59 +00:00
net: separate NaCl dependent placeholders from BSD's
To clarify the dependency of NaCl platform. LGTM=adg R=golang-codereviews, adg CC=golang-codereviews https://golang.org/cl/143830044
This commit is contained in:
parent
8c2484ec11
commit
484cc67151
23 changed files with 186 additions and 25 deletions
|
|
@ -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 darwin dragonfly freebsd linux nacl netbsd openbsd solaris
|
||||
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
|
||||
|
||||
package net
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue