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/interface.go | 2 ++ content/context/tomb/tomb.go | 2 ++ 2 files changed, 4 insertions(+) diff --git a/content/context/interface.go b/content/context/interface.go index 38a6323..838c7da 100644 --- a/content/context/interface.go +++ b/content/context/interface.go @@ -1,3 +1,5 @@ +// +build OMIT + package context import "time" 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