Revert "Revert "cleanup""

This reverts commit a0bf80a619.
This commit is contained in:
Cody Lee 2022-11-23 21:17:23 -06:00
parent a0bf80a619
commit 038bfbebaf
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
)