This commit is contained in:
Cody Lee 2022-11-23 21:16:01 -06:00
parent 1480ac947f
commit 25a3bce2a7
No known key found for this signature in database
3 changed files with 1 additions and 20 deletions

View File

@ -1,3 +1 @@
/mysqlunifi
/*.so
/go.sum
*.so

View File

@ -1,9 +0,0 @@
language: go
go:
- 1.15.x
before_install:
# download super-linter: golangci-lint
- curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest
script:
- golangci-lint run --enable-all -D gochecknoinits,exhaustivestruct,nlreturn,forbidigo,goerr113
- go test ./...

View File

@ -1,8 +0,0 @@
module github.com/unifi-poller/mysqlunifi
go 1.15
require (
github.com/unifi-poller/poller v0.0.0-20210315075554-47d92433b172
golift.io/cnfg v0.0.7
)