go vet
DEPRECATED: Sider dropped the support of go vet on May 31, 2020. We recommend GolangCI-Lint instead.
Language | Website |
---|---|
Go 1.14.3 | https://golang.org/cmd/vet |
Getting Started
To start using go vet, enable it in your repository settings.
Configuration
Here is a configuration example via sider.yml
:
linter:
go_vet:
root_dir: src/
Name | Type | Default |
---|---|---|
root_dir | string | - |