zach rice 7 lat temu
rodzic
commit
d387f528c4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,7 +1,7 @@
 .PHONY: test build-all deploy
 
 test:
-	go get github.com/golang/lint/golint
+	go get golang.org/x/lint/golint
 	go fmt
 	golint
 	go test --race --cover -run=Test$