├── .gitignore ├── LICENSE ├── README.md ├── helpers.go ├── pre-commit └── precommit-vet-lint.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwch/precommit-vet-lint/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwch/precommit-vet-lint/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwch/precommit-vet-lint/HEAD/README.md -------------------------------------------------------------------------------- /helpers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwch/precommit-vet-lint/HEAD/helpers.go -------------------------------------------------------------------------------- /pre-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwch/precommit-vet-lint/HEAD/pre-commit -------------------------------------------------------------------------------- /precommit-vet-lint.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwch/precommit-vet-lint/HEAD/precommit-vet-lint.go --------------------------------------------------------------------------------