diff options
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ fmt: lint: golangci-lint run -E staticcheck,revive,gocritic ./... +gen: + go generate ./... + update: GOPROXY=direct go get -u ./... go mod tidy |
![]() |
index : eduvpn-common | |
| Fork of codeberg.org/eduVPN/eduvpn-common for <b>reasons</b> | herk |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | Makefile | 3 |
@@ -14,6 +14,9 @@ fmt: lint: golangci-lint run -E staticcheck,revive,gocritic ./... +gen: + go generate ./... + update: GOPROXY=direct go get -u ./... go mod tidy |