A Go linter to enforce explicit return values
Go to file
indigo 02f24a7ea1 Reorganize and get tests working 2022-08-02 22:09:15 +00:00
cmd/explicitreturn Reorganize and get tests working 2022-08-02 22:09:15 +00:00
pkg/analyzer Reorganize and get tests working 2022-08-02 22:09:15 +00:00
.golangci.yml Reorganize and get tests working 2022-08-02 22:09:15 +00:00
LICENSE.md Initial commit 2022-07-30 02:21:03 +00:00
README.md Initial commit 2022-07-30 02:21:03 +00:00
go.mod Initial commit 2022-07-30 02:21:03 +00:00
go.sum Initial commit 2022-07-30 02:21:03 +00:00

README.md

explicitreturn

A Go linter to enforce explicit return values