From 993cfe4b4bf336b3d23a6625d2d067369280a478 Mon Sep 17 00:00:00 2001 From: Ian Drysdale Date: Thu, 31 Jan 2019 17:45:31 +0000 Subject: [PATCH] introduce makefile to generate internal/resource.go --- naughtystrings/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 naughtystrings/Makefile diff --git a/naughtystrings/Makefile b/naughtystrings/Makefile new file mode 100644 index 0000000..83cf09e --- /dev/null +++ b/naughtystrings/Makefile @@ -0,0 +1,3 @@ +# Uses https://github.com/go-bindata/go-bindata +naughtystrings/internal/resource.go: + go-bindata -o internal/resource.go -pkg internal -nocompress ../blns*.json