Remove scaffold command from repository

This commit is contained in:
2020-03-17 13:08:40 +01:00
parent e4293b7b8b
commit fa49bcf0c7
28 changed files with 3 additions and 1053 deletions

View File

@ -1,10 +1,3 @@
build: embed
CGO_ENABLED=0 go build -o ./bin/scaffold ./cmd/scaffold
embed:
find ./ -name rice-box.go | xargs rm -f
rice embed-go -i ./cmd/scaffold/command
test:
go clean -testcache
go test -v -race ./...