diff options
author | Dave Cheney <dave@cheney.net> | 2014-08-08 11:06:06 +1000 |
---|---|---|
committer | Dave Cheney <dave@cheney.net> | 2014-08-08 11:06:06 +1000 |
commit | 35e077c30fe4127887dc478259668fa9b8072d83 (patch) | |
tree | 7128f66ba22a2153bd50cdd80910833bf413d6ca | |
parent | 307baecee6ef4c1824ef9c39845ae6f12e4e037f (diff) |
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
-rw-r--r-- | content/context/gorilla/gorilla.go | 2 |
1 files changed, 2 insertions, 0 deletions
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. |