Explorar o código

removed unused command

Varun %!s(int64=7) %!d(string=hai) anos
pai
achega
ebe41e5d03
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -41,7 +41,7 @@ fmt:
 	@if [ -n "$$(go fmt ./...)" ]; then echo 'Please run go fmt on your code.' && exit 1; fi
 
 .PHONY : install_dependencies
-install_dependencies: install_errcheck get
+install_dependencies: get
 
 .PHONY: get
 get: