Fixed config tests

This commit is contained in:
James Mills
2017-07-06 22:42:04 -07:00
parent 89269b7aad
commit 47ef82966c
2 changed files with 10 additions and 6 deletions

View File

@@ -3,11 +3,14 @@
all: dev
dev: build
./pastebin -bind 127.0.0.1:8000
./pastebin
build: clean
go get ./...
go build -o ./pastebin .
go build .
test:
go test ./...
clean:
rm -rf bin pastebin
rm -rf pastebin