Added Commandline interface
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jens Christian True
2019-04-15 15:56:24 +02:00
parent 8bae38c66e
commit 67e2ed854e
6 changed files with 166 additions and 111 deletions

View File

@ -3,7 +3,7 @@
default: build
build:
go build -v
go build
dependencies:
go mod download