summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-24 13:52:15 -0600
committerJeff Carr <[email protected]>2024-01-24 13:52:15 -0600
commitacf5473cc5928f053b9ffe7be1e903398b76e86a (patch)
tree41a77e6010f9df2c990440137999bcff7b19054e
parent5706ff427f266a8ae9d67f02b4d4948748e872b0 (diff)
add notesv0.13.11
Signed-off-by: Jeff Carr <[email protected]>
-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 ./...