瀏覽代碼

update lint

zach rice 7 年之前
父節點
當前提交
d387f528c4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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$