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