Compare commits

..

No commits in common. "9e7647ba98796af41c4d1caaecf57c14bafc8f19" and "adb24651363f4e3ea36e02eb78e63c6a51ba9315" have entirely different histories.

View file

@ -9,7 +9,7 @@ test:
cd src && go test -v .
clean:
rm -rf bin
rm -rf bin/*
format:
go fmt src/*.go