summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a7fd91..1b2ab69 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ redomod:
GO111MODULE= go mod init
GO111MODULE= go mod tidy
-# should update every go dependancy (?)
+# -v verbose -t for tests -u for update them all
update:
git pull
go get -v -t -u ./...