command
module
Version:
v0.0.0-...-d38ec11
Opens a new window with list of versions in this module.
Published: Apr 21, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
👻 gost
gost is a static checker for Golang. It contains aggressive rules that aren't afraid false-positive as long as diagnostics are informative.
Installation
I recommend to use gost via reviewdog.
Complete example configuration:
To run it locally, run following:
# install
go install github.com/seiyab/gost@latest
# run
go vet -vettool="$(which gost)" ./...
Analyzers
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.