├── .gitignore ├── Makefile └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | bin 2 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defer-panic/makefile-golangci-lint/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/defer-panic/makefile-golangci-lint/HEAD/README.md --------------------------------------------------------------------------------