From fba6ccb2a3a677663296815fab3c235dc8d0a54b Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 15 Apr 2014 11:43:38 +1000 Subject: go.blog: fix build; add "// +build OMIT" to many samples We use OMIT instead of ignore so such lines will be omitted from present output. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/87890045 --- content/slices/prog060.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/slices/prog060.go') diff --git a/content/slices/prog060.go b/content/slices/prog060.go index 5ce46dc..0fdf9e6 100644 --- a/content/slices/prog060.go +++ b/content/slices/prog060.go @@ -1,3 +1,5 @@ +// +build OMIT + // Copyright 2013 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. -- cgit v1.2.3