github.com/golangci/unconvert

Remove unnecessary type conversions from Go source


License
BSD-3-Clause
Install
go get github.com/golangci/unconvert

Documentation

Fork of unconvert to be usable as a library.

The specific elements are inside the file golangci.go.

The only modification of the file unconvert.go is the remove of the global variables for the flags. The tests will never work because of that, then the CI is disabled.