Explorar o código

this is not valid anymore with go mod

Diego Alvarez %!s(int64=6) %!d(string=hai) anos
pai
achega
99d5206b02
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: