README ¶ 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. Expand ▾ Collapse ▴ Documentation ¶ Overview ¶ Package unconvert Unconvert removes redundant type conversions from Go packages. Index ¶ func Run(pass *analysis.Pass) []token.Position func SetFastMath(fastMath bool) func SetSafe(safe bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(pass *analysis.Pass) []token.Position func SetFastMath ¶ func SetFastMath(fastMath bool) func SetSafe ¶ func SetSafe(safe bool) Types ¶ This section is empty. Source Files ¶ View all Source files golangci.go unconvert.go Click to show internal directories. Click to hide internal directories.