aboutsummaryrefslogtreecommitdiff
path: root/tools.go
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-04-01 09:46:20 -0700
committerChristine Dodrill <me@christine.website>2019-04-01 09:46:20 -0700
commitba91a17859267201b1d1f0e71da465b1464d940f (patch)
tree57e4fe7108008e48efc103f175c2e46beeafa21d /tools.go
parentc3569c9a3e056a0147d3f3b856c8aa3a1db3e4ca (diff)
downloadx-ba91a17859267201b1d1f0e71da465b1464d940f.tar.xz
x-ba91a17859267201b1d1f0e71da465b1464d940f.zip
tor
Diffstat (limited to 'tools.go')
-rw-r--r--tools.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools.go b/tools.go
deleted file mode 100644
index d53253d..0000000
--- a/tools.go
+++ /dev/null
@@ -1,10 +0,0 @@
-// +build tools
-
-package main
-
-import (
- _ "github.com/go-bindata/go-bindata/go-bindata"
- _ "github.com/robertkrimen/godocdown/godocdown"
-)
-
-func main() {}