genny icon indicating copy to clipboard operation
genny copied to clipboard

A framework for writing modular generators

Results 3 genny issues
Sort by recently updated
recently updated
newest added

genny v2 could be improved imho by making the API feel more like one is writing go code using the standard library instead of an abstraction of such. This issue...

proposal

What is a "generator" in the context of this framework? The word has several meanings, and the readme doesn't clearly explain it.

The issue here: https://github.com/markbates/safe/issues/1 shows the problem, this tiny dependency is calling for go 1.22 but not actually using go 1.22 features, which is pulling go 1.22 as a transitive...