alecthomas / alecthomas/go_serialization_benchmarks

Idea: Switch from makefile to `go generate` instructions

Abierto
#163 3 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Go
Estrellas
1.6k
Forks
161
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Instead of relying on a makefile to generate bindings for the serializers that rely on code generation, we should move those instructions into each serializer package, so that it is their responsibility to keep them correct and up to date and also include instructions on the necessary setup needed to perform the codegen.

This would make the project more in line with purely go projects, removing the need to rely on an additional tool (`make`) to completely rebuild the project.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.