diff options
| author | Christine Dodrill <me@christine.website> | 2018-12-09 20:50:12 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2018-12-09 20:50:12 +0000 |
| commit | 7680f8cc6d7f3435e1aa67e5b00844880ff4bfd2 (patch) | |
| tree | c3133001a8b653235c84cefbc1305759b077786a /tools.go | |
| parent | f5279a6acc1fa11e4f39a3370190974c39e27afd (diff) | |
| download | x-7680f8cc6d7f3435e1aa67e5b00844880ff4bfd2.tar.xz x-7680f8cc6d7f3435e1aa67e5b00844880ff4bfd2.zip | |
tools.go
Diffstat (limited to 'tools.go')
| -rw-r--r-- | tools.go | 9 |
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() {} |
