14 Star 36 Fork 0

无闻 / ini

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.golangci.yml 345 Bytes
一键复制 编辑 原始数据 按行查看 历史
linters-settings:
nakedret:
max-func-lines: 0 # Disallow any unnamed return statement
linters:
enable:
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
- nakedret
- gofmt
- rowserrcheck
- unconvert
- goimports
Go
1
https://gitee.com/unknwon/ini.git
git@gitee.com:unknwon/ini.git
unknwon
ini
ini
main

搜索帮助