Registry / utility / cheekybits-genny

cheekybits-genny

JSON →
library1.0.0gogounverified

Generates Go code from templates with type parameters, useful for generic programming.

go get github.com/cheekybits/genny
INSTALL
IMPORT
SIG · CHEEKYBITS-GENNY
C
cheekybits-genny
utilitygov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

genny
✓ github.com/cheekybits/genny

Demonstrates that genny is primarily a command-line tool for code generation.

package main import ( "fmt" "github.com/cheekybits/genny" ) func main() { // genny is typically used as a command-line tool, not as a library. fmt.Println("Use 'genny' command-line tool to generate code") }
Debug
Known issues
gotchagenny is primarily a command-line tool; importing it as a library may not be the intended use.
fix
Use the 'genny' CLI tool instead of importing the package directly.
affects: all
Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
cheekybits-genny — go get cheekybits-genny · libregistry