awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
B

bouk/gonerics

0
View on GitHub↗
0 estrellas·0 forks·4 vistas

Gonerics

Features

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

Historial de estrellas

Gráfico del historial de estrellas de bouk/gonericsGráfico del historial de estrellas de bouk/gonerics

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Gonerics

Proyectos open-source similares, clasificados según cuántas características comparten con Gonerics.
  • cheekybits/gennyAvatar de cheekybits

    cheekybits/genny

    1,719Ver en GitHub↗

    Elegant generics for Go

    Go
    Ver en GitHub↗1,719
  • chimeracoder/gojsonAvatar de ChimeraCoder

    ChimeraCoder/gojson

    2,687Ver en GitHub↗

    Automatically generate Go (golang) struct definitions from example JSON

    Gocligogo-generate
    Ver en GitHub↗2,687
  • cweill/gotestsAvatar de cweill

    cweill/gotests

    5,315Ver en 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
    Ver en GitHub↗5,315
  • aarnott/codegeneration.roslynAvatar de AArnott

    AArnott/CodeGeneration.Roslyn

    411Ver en 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#
    Ver en GitHub↗411
Ver las 20 alternativas a Gonerics→

Preguntas frecuentes

¿Cuáles son las características principales de bouk/gonerics?

Las características principales de bouk/gonerics son: Code Generation Tools.

¿Qué alternativas de código abierto existen para bouk/gonerics?

Las alternativas de código abierto para bouk/gonerics incluyen: 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…