awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
B

bouk/gonerics

0
View on GitHub↗
0 stars·0 forks·4 views

Gonerics

Features

  • Code Generation Tools - Generates generic code for Go projects.

Star history

Star history chart for bouk/gonericsStar history chart for bouk/gonerics

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

Open-source alternatives to Gonerics

Similar open-source projects, ranked by how many features they share with Gonerics.
  • cheekybits/gennycheekybits avatar

    cheekybits/genny

    1,719View on GitHub↗

    Elegant generics for Go

    Go
    View on GitHub↗1,719
  • chimeracoder/gojsonChimeraCoder avatar

    ChimeraCoder/gojson

    2,687View on GitHub↗

    Automatically generate Go (golang) struct definitions from example JSON

    Gocligogo-generate
    View on GitHub↗2,687
  • cweill/gotestscweill avatar

    cweill/gotests

    5,315View on GitHub↗

    gotests is a static analysis tool and boilerplate generator for Go that automatically creates structured test suites from source code. It functions as a table-driven test framework that handles type resolution for functions and methods, including the mapping of generic type constraints to concrete implementation types. The tool integrates with large language models to synthesize realistic input values and edge cases based on function logic. It uses a template-driven generation system, allowing the structure and format of the resulting test code to be customized through external templates and

    Gocode-generatorcommandlinego
    View on GitHub↗5,315
  • aarnott/codegeneration.roslynAArnott avatar

    AArnott/CodeGeneration.Roslyn

    411View on GitHub↗

    Assists in performing Roslyn-based code generation during a build. This includes design-time support, such that code generation can respond to changes made in hand-authored code files by generating new code that shows up to Intellisense as soon as the file is saved to disk.

    C#
    View on GitHub↗411
See all 20 alternatives to Gonerics→

Frequently asked questions

What are the main features of bouk/gonerics?

The main features of bouk/gonerics are: Code Generation Tools.

What are some open-source alternatives to bouk/gonerics?

Open-source alternatives to bouk/gonerics include: cheekybits/genny — Elegant generics for Go. chimeracoder/gojson — Automatically generate Go (golang) struct definitions from example JSON. cweill/gotests — gotests is a static analysis tool and boilerplate generator for Go that automatically creates structured test suites… dave/jennifer — Jennifer is a code generator for Go. daveaglick/scripty — Tools to let you use Roslyn-powered C# scripts for code generation. You can think of it as a scripted alternative to… aarnott/codegeneration.roslyn — Assists in performing Roslyn-based code generation during a build. This includes design-time support, such that code…