fission-codes / go-car-mirror

Generic Go implementation of the CAR Mirror protocol
Apache License 2.0
4 stars 0 forks source link

Generate and commit #95

Open justindotpub opened 1 year ago

justindotpub commented 1 year ago

Regarding previously reverted gen'd diagram code, if I revive this and add instrumentation logic, use a generate and commit approach, allowing for the gen'd files to always be in the git repo including comments to not modify them directly, and then a make target can be used to update them when their corresponding structs or interfaces change. This could also include stringer logic, for example.

ETA: 2023-12-31