*: proper cli and vendoring

using `github.com/LK4D4/vndr`

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2018-06-05 16:53:08 -04:00
parent c8893f8f46
commit 790ac3077a
Signed by: vbatts
GPG key ID: 10937E57733F1362
282 changed files with 173552 additions and 18 deletions

10
Makefile Normal file
View file

@ -0,0 +1,10 @@
GO := go
default: fuzz-walker
fuzz-walker: $(wildcard *.go)
$(GO) build -o $@ .
clean:
rm -f fuzz-walker