alecthomas / alecthomas/go_serialization_benchmarks

Idea: Switch from makefile to `go generate` instructions

未关闭
#163 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Go
星标
1.6k
派生
161
PR 合并指标
30 天内没有已合并 PR

描述

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.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。