aboutsummaryrefslogtreecommitdiff
path: root/content/context
diff options
context:
space:
mode:
Diffstat (limited to 'content/context')
-rw-r--r--content/context/interface.go2
-rw-r--r--content/context/tomb/tomb.go2
2 files changed, 4 insertions, 0 deletions
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