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

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

Issue 5489100: code review 5489100: go/build: add new +build tags 'cgo' and 'nocgo' (Closed)
Patch Set: diff -r 40e366e721a9 https://go.googlecode.com/hg/ Created 12 years, 3 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/go/build/dir.go ('k') | no next file » | 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 netbsd openbsd
+// +build nocgo
// Stub cgo routines for systems that do not use cgo to do network lookups.
« no previous file with comments | « src/pkg/go/build/dir.go ('k') | no next file » | no next file with comments »

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