Add README, LICENSE and buildscripts

Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
Vasyl Gello 2023-11-27 16:27:52 +00:00
parent 4069104169
commit b763fe3f59
7 changed files with 389 additions and 0 deletions

10
.golangci.yml Normal file
View file

@ -0,0 +1,10 @@
run:
build-tags:
- lint
issues-exit-code: 0 # TODO: change this to 1 when we want it to fail builds
skip-dirs:
- contrib/
- misc/
linters:
disable:
- gocyclo