diff options
author | Andrew Gerrand <adg@golang.org> | 2014-04-15 11:43:38 +1000 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2014-04-15 11:43:38 +1000 |
commit | fba6ccb2a3a677663296815fab3c235dc8d0a54b (patch) | |
tree | bdfd805ab7817c969bb9dd1f9e6ea1f5f86a3d7a /content/pipelines/sqdone1.go | |
parent | 26209f9d1cbd0faeef306f1da2c43184d489a9a8 (diff) |
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
Diffstat (limited to 'content/pipelines/sqdone1.go')
-rw-r--r-- | content/pipelines/sqdone1.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/pipelines/sqdone1.go b/content/pipelines/sqdone1.go index 5d47514..e77818a 100644 --- a/content/pipelines/sqdone1.go +++ b/content/pipelines/sqdone1.go @@ -1,3 +1,5 @@ +// +build OMIT + package main import ( |