awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
jgautheron avatar

jgautheron/goconst

0
View on GitHub↗
318 stars·20 forks·Go·MIT·9 views

Goconst

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

Features

  • Code Analysis and Quality - Finds repeated strings for constant replacement.
  • Code Quality Linters - Finds repeated strings that should be refactored into constants.
  • Static Analysis Tools - Finds repeated strings in Go for constant replacement.

Star history

Star history chart for jgautheron/goconstStar history chart for jgautheron/goconst

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Goconst

These projects share indexed features with Goconst. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • pycqa/flake8PyCQA avatar

    PyCQA/flake8

    3,760View on GitHub↗

    Flake8 is a Python style checker and static analysis tool that identifies programmatic errors and violations of coding standards in source files. It serves as a linting wrapper that aggregates multiple checkers into a single interface, functioning as a pluggable framework for Python code analysis. The tool incorporates a cyclomatic complexity analyzer to measure the logical complexity of functions and identify code that requires refactoring. It is designed for extensibility, allowing the integration of custom plugins and rules through defined entry points. The system provides capabilities fo

    Pythoncomplexity-analysisflake8linter
    View on GitHub↗3,760
  • 360entsecgroup-skylar/goreporter360EntSecGroup-Skylar avatar

    360EntSecGroup-Skylar/goreporter

    3,123View on GitHub↗

    A Golang tool that does static analysis, unit testing, code review and generate code quality report.

    Go
    View on GitHub↗3,123
  • dominikh/go-toolsdominikh avatar

    dominikh/go-tools

    6,818View on GitHub↗

    go-tools is a collection of utilities for Go static analysis and memory layout optimization. It provides a toolset designed to analyze source code to detect bugs and dead code, alongside specialized tools for optimizing how structs are arranged in memory. The project includes a memory alignment visualizer to display physical memory layouts and padding, as well as a struct layout optimizer that reorders fields to minimize memory padding. Additionally, it provides a boilerplate generator to automate the creation of registration and test files required for developing custom Go analyzers. The to

    Go
    View on GitHub↗6,818
  • alexkohler/preallocalexkohler avatar

    alexkohler/prealloc

    666View on GitHub↗

    prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.

    Go
    View on GitHub↗666
Compare all 30 related projects→

Frequently asked questions

What does jgautheron/goconst do?

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

What are the main features of jgautheron/goconst?

The main features of jgautheron/goconst are: Code Analysis and Quality, Code Quality Linters, Static Analysis Tools.

Which projects share features with jgautheron/goconst?

Projects with overlapping indexed features include: pycqa/flake8 — Flake8 is a Python style checker and static analysis tool that identifies programmatic errors and violations of coding… 360entsecgroup-skylar/goreporter — A Golang tool that does static analysis, unit testing, code review and generate code quality report. go-critic/go-critic — The most opinionated Go source code linter for code audit. dominikh/go-tools — go-tools is a collection of utilities for Go static analysis and memory layout optimization. It provides a toolset… alexkohler/prealloc — prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated. golang/lint — This is a static analysis linter and code quality tool for Go. It analyzes source code to identify common coding…