able to get product

This commit is contained in:
Gitea
2023-11-30 00:39:51 +03:00
parent 606b94e35b
commit 414dc87091
19 changed files with 2204 additions and 77 deletions

View File

@ -23,7 +23,7 @@ tasks:
- "$GOBIN/golangci-lint run ./..."
test:
cmds:
- go test --count=1 ./internal/...
- go test ./internal/...
build:
cmds:
- go build -o $GOBIN/sravnicli -v -ldflags '{{.LDFLAGS}}' cmd/dev/sravnicli/*.go