Some checks failed
Tests and linters / Lint (push) Failing after 11s
Tests and linters / Tests (push) Failing after 11s
Tests and linters / Staticcheck (push) Failing after 13s
Tests and linters / Run gofumpt (push) Failing after 13s
Tests and linters / Tests with -race (push) Failing after 16s
Tests and linters / gopls check (push) Failing after 16s
Vulncheck / Vulncheck (push) Successful in 32s
Pre-commit hooks / Pre-commit (push) Successful in 49s
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
22 lines
146 B
Text
22 lines
146 B
Text
# IDE
|
|
.idea
|
|
.vscode
|
|
|
|
# Vendoring
|
|
vendor
|
|
|
|
# tempfiles
|
|
.DS_Store
|
|
*~
|
|
.cache
|
|
|
|
temp
|
|
tmp
|
|
|
|
# binary
|
|
bin/
|
|
release/
|
|
|
|
# coverage
|
|
coverage.txt
|
|
coverage.html
|