# jgautheron/goconst

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/jgautheron-goconst).**

_How this analysis was created: the description and tags below were written by an AI model that read this project's README and public documentation pages; stars, license and language come straight from the GitHub API. The model does not read the source code._

318 stars · 20 forks · Go · MIT

## Links

- GitHub: https://github.com/jgautheron/goconst
- awesome-repositories: https://awesome-repositories.com/repository/jgautheron-goconst.md

## Description

Find in Go repeated strings that could be replaced by a constant

## Tags

### Part of an Awesome List

- [Code Analysis and Quality](https://awesome-repositories.com/f/awesome-lists/devtools/code-analysis-and-quality.md) — Finds repeated strings for constant replacement.
- [Code Quality Linters](https://awesome-repositories.com/f/awesome-lists/devtools/code-quality-linters.md) — Finds repeated strings that should be refactored into constants.
- [Static Analysis Tools](https://awesome-repositories.com/f/awesome-lists/devtools/static-analysis-tools.md) — Finds repeated strings in Go for constant replacement.
