diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ./... |
