From ce4d092e56cc72b8d7e5568bad5154e5deeface3 Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Thu, 7 Aug 2014 10:23:40 +1000 Subject: go.blog: fix build errors Exclude these two files from the build LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/126760044 --- content/context/tomb/tomb.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/context/tomb') diff --git a/content/context/tomb/tomb.go b/content/context/tomb/tomb.go index 8a2142f..0cfa5d4 100644 --- a/content/context/tomb/tomb.go +++ b/content/context/tomb/tomb.go @@ -1,3 +1,5 @@ +// +build OMIT + // Package tomb provides a Context implementation that is canceled when either // its parent Context is canceled or a provided Tomb is killed. package tomb -- cgit v1.2.3