aboutsummaryrefslogtreecommitdiff
path: root/tools.go
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-12-09 20:50:12 +0000
committerChristine Dodrill <me@christine.website>2018-12-09 20:50:12 +0000
commit7680f8cc6d7f3435e1aa67e5b00844880ff4bfd2 (patch)
treec3133001a8b653235c84cefbc1305759b077786a /tools.go
parentf5279a6acc1fa11e4f39a3370190974c39e27afd (diff)
downloadx-7680f8cc6d7f3435e1aa67e5b00844880ff4bfd2.tar.xz
x-7680f8cc6d7f3435e1aa67e5b00844880ff4bfd2.zip
tools.go
Diffstat (limited to 'tools.go')
-rw-r--r--tools.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools.go b/tools.go
new file mode 100644
index 0000000..23b32c6
--- /dev/null
+++ b/tools.go
@@ -0,0 +1,9 @@
+// +build tools
+
+package main
+
+import (
+ _ "github.com/russross/blackfriday-tool"
+)
+
+func main() {}