From 35e077c30fe4127887dc478259668fa9b8072d83 Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Fri, 8 Aug 2014 11:06:06 +1000 Subject: go.blog: exclude gorilla example (fixes build) Fix the build on builders that do not have git installed. See discussion: https://groups.google.com/forum/#!topic/golang-dev/SAv_H7fJHkw LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/124890043 --- content/context/gorilla/gorilla.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/context/gorilla') diff --git a/content/context/gorilla/gorilla.go b/content/context/gorilla/gorilla.go index c9b6474..afcf516 100644 --- a/content/context/gorilla/gorilla.go +++ b/content/context/gorilla/gorilla.go @@ -1,3 +1,5 @@ +// +build OMIT + // Package gorilla provides a go.net/context.Context implementation whose Value // method returns the values associated with a specific HTTP request in the // github.com/gorilla/context package. -- cgit v1.2.3