little progress

This commit is contained in:
2019-12-22 22:06:24 -08:00
parent c2dfd09e9f
commit f0a7b23efb
9 changed files with 126 additions and 157 deletions

View File

@@ -6,3 +6,6 @@ test: *.go
run:
cd cmd/* && go get -v && go build .
fmt:
go fmt *.go