with fancy pre-processing

This commit is contained in:
Alex Goodman 2018-10-16 22:38:41 -04:00
commit dddb2e6b97
No known key found for this signature in database
GPG key ID: 05328C611D8A520E
4 changed files with 129 additions and 20 deletions

View file

@ -4,7 +4,7 @@ all: clean build
run: build
docker image ls | grep "dive-test" >/dev/null || docker build -t dive-test:latest .
./build/$(BIN) die-test
./build/$(BIN) dive-test
build:
go build -o build/$(BIN)