Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrisseto/glint

A Go refactoring and linting toolkit
https://github.com/chrisseto/glint

Last synced: about 1 month ago
JSON representation

A Go refactoring and linting toolkit

Awesome Lists containing this project

README

        

# Glint

Glint glues the approachable syntax of [gopatch](https://github.com/uber-go/gopatch) to the power of [staticcheck](https://honnef.co/go/tools).

# Non Goals (Currently)

Formatting. The initial implementation of this project doesn't care
about formatting. You can run the resultant code through `go fmt` or
something afterwards.

Imports. Goimports does this for you.

# Related Projects
* gopatch - https://github.com/uber-go/gopatch
* eg - https://pkg.go.dev/golang.org/x/tools/cmd/eg