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/pipelines/sqfan.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/pipelines/sqfan.go') diff --git a/content/pipelines/sqfan.go b/content/pipelines/sqfan.go index b5702cd..be5138c 100644 --- a/content/pipelines/sqfan.go +++ b/content/pipelines/sqfan.go @@ -1,3 +1,5 @@ +// +build OMIT + package main import ( -- cgit v1.2.3