Adding upstream version 0.31.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
091495b2f3
commit
5d4914ed7f
61 changed files with 30627 additions and 0 deletions
12
makefile
Normal file
12
makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
.PHONY: test easyjson requirements
|
||||
|
||||
easyjson:
|
||||
easyjson -all types.go
|
||||
|
||||
test:
|
||||
docker compose run --rm package bash -c "go get && golangci-lint run -v && go test -v"
|
||||
|
||||
requirements:
|
||||
go get github.com/mailru/easyjson && go install github.com/mailru/easyjson/...@latest
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
|
||||
go get -v -t ./...
|
Loading…
Add table
Add a link
Reference in a new issue