aboutsummaryrefslogtreecommitdiff
path: root/content/context/gorilla/gorilla.go
diff options
context:
space:
mode:
Diffstat (limited to 'content/context/gorilla/gorilla.go')
-rw-r--r--content/context/gorilla/gorilla.go2
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.