update docs
This commit is contained in:
parent
09e21904ae
commit
e38a94264b
2 changed files with 11 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -15,6 +15,9 @@ run: build ## Run project
|
|||
build: ## Compile project
|
||||
go build -v -o ${PROJECT}
|
||||
|
||||
update: ## Update go dependencies
|
||||
go get -u
|
||||
|
||||
tidy: ## Add missing and remove unused modules
|
||||
go mod tidy
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue