go_serialization_benchmarks icon indicating copy to clipboard operation
go_serialization_benchmarks copied to clipboard

Idea: Switch from makefile to `go generate` instructions

Open matheusd opened this issue 8 months ago • 3 comments

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.

matheusd avatar Jun 20 '24 09:06 matheusd