Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(276)

Unified Diff: src/pkg/net/cgo_stub.go

Issue 7100050: code review 7100050: net: introduce noncgo_net build tag to disable cgo only... (Closed)
Patch Set: diff -r 3361afb4f8de https://code.google.com/p/go/ Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/net/cgo_openbsd.go ('k') | src/pkg/net/cgo_unix.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/net/cgo_stub.go
===================================================================
--- a/src/pkg/net/cgo_stub.go
+++ b/src/pkg/net/cgo_stub.go
@@ -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 !cgo
+// +build !cgo netgo
// Stub cgo routines for systems that do not use cgo to do network lookups.
« no previous file with comments | « src/pkg/net/cgo_openbsd.go ('k') | src/pkg/net/cgo_unix.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b