go fmt. vet

This commit is contained in:
Jon Lundy
2018-06-26 10:51:21 -06:00
parent 871790de23
commit 7e943c8b4d
6 changed files with 16 additions and 14 deletions

View File

@@ -39,6 +39,8 @@ run: $(BINARY)
./$(BINARY) -vv serve
$(BINARY): $(SOURCE) $(ROUTE_ASSET) $(VENDOR_FILES) $(DOCS_ASSET)
go vet ./...
go test ./...
go build "sour.is/x/paste/cmd/paste"
$(ROUTE_ASSET): $(ROUTE_FILES)