diff options
| author | Jeff Carr <[email protected]> | 2024-01-24 13:52:15 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-24 13:52:15 -0600 |
| commit | acf5473cc5928f053b9ffe7be1e903398b76e86a (patch) | |
| tree | 41a77e6010f9df2c990440137999bcff7b19054e | |
| parent | 5706ff427f266a8ae9d67f02b4d4948748e872b0 (diff) | |
add notesv0.13.11
Signed-off-by: Jeff Carr <[email protected]>
| -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 ./... |
