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 ++ 1 file changed, 2 insertions(+) (limited to 'content/context/interface.go') 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" -- cgit v1.2.3