diff --git a/justfile b/makefile similarity index 91% rename from justfile rename to makefile index 0114759..7c2873f 100644 --- a/justfile +++ b/makefile @@ -9,7 +9,7 @@ test: cd src && go test -v . clean: - rm -rf bin/* + rm -rf bin format: go fmt src/*.go