Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chrisseto/glint
- Owner: chrisseto
- License: mit
- Created: 2023-05-03T12:57:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T21:13:25.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T23:16:41.754Z (3 months ago)
- Language: Go
- Size: 682 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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