Initial commit
This commit is contained in:
commit
54902edaf4
5 changed files with 42 additions and 0 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
vendor:
|
||||
go mod vendor
|
||||
go mod tidy
|
||||
|
||||
check:
|
||||
golangci-lint run -E gofmt ./...
|
||||
|
||||
build:
|
||||
go build -mod=vendor
|
||||
|
||||
install:
|
||||
go install -mod=vendor
|
Loading…
Add table
Add a link
Reference in a new issue