소스 검색

this is not valid anymore with go mod

Diego Alvarez 6 년 전
부모
커밋
99d5206b02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -45,7 +45,7 @@ install_dependencies: get
 
 .PHONY: get
 get:
-	go get -t -v ./...
+	go get -v ./...
 
 .PHONY: clean
 clean: