Remove goimports from Makefile and readme

This commit is contained in:
Zorchenhimer 2019-06-18 22:15:10 -04:00
parent a73375f152
commit 5a5c6c76b0
2 changed files with 0 additions and 4 deletions

View File

@ -24,9 +24,6 @@ clean:
fmt:
gofmt -w .
get:
go get golang.org/x/tools/cmd/goimports
vet:
go vet $(TAGS) ./...
GOOS=js GOARCH=wasm go vet $(TAGS) ./...

View File

@ -18,7 +18,6 @@ To just download and run:
```bash
$ git clone https://github.com/zorchenhimer/MovieNight
$ cd MovieNight
$ make get # only needs to be run once
$ make
$ ./MovieNight
```