diff --git a/Makefile b/Makefile index 2b174b9..4a67cbc 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ clean: -rm MovieNight.exe MovieNight ./static/main.wasm fmt: - goimports -w . + gofmt -w . get: go get golang.org/x/tools/cmd/goimports