Remove goimports

Replace it with gofmt.  This has been an issue preventing people from
easily getting setup for dev.

(cherry picked from commit 35774b061f)
This commit is contained in:
Zorchenhimer 2019-06-18 18:46:35 -04:00
parent 26b535a37d
commit 360e1aee77
1 changed files with 1 additions and 1 deletions

View File

@ -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