We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c9a69 commit f098bddCopy full SHA for f098bdd
Makefile
@@ -13,3 +13,7 @@ install:
13
14
test:
15
go test ./...
16
+
17
+update_deps:
18
+ go get -i
19
+ go mod vendor
0 commit comments