Merge pull request #8 from dAppCore/dev

refactor: flatten polyglot layout to standard Go module
This commit is contained in:
Snider 2026-03-21 08:27:52 +00:00 committed by GitHub
commit 3bf175b3d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
49 changed files with 0 additions and 22 deletions

View file

@ -1,22 +0,0 @@
run:
timeout: 5m
go: "1.26"
linters:
enable:
- govet
- errcheck
- staticcheck
- unused
- gosimple
- ineffassign
- typecheck
- gocritic
- gofmt
disable:
- exhaustive
- wrapcheck
issues:
exclude-use-default: false
max-same-issues: 0