goreset
Reset generator
Generates reset methods for Go structs to easily reuse them without fear of tricky bugs
Generates automatically a Reset() method
33 stars
3 watching
3 forks
Language: Go
last commit: over 7 years ago generatorgogolangreset
Related projects:
Repository | Description | Stars |
---|---|---|
go-playground/generate | Automates the process of generating setup code in Go projects | 30 |
jmattheis/goverter | Automates the generation of type-safe conversion methods between data structures | 576 |
dylanmeeus/hasgo | A code generator for Go with Haskell-inspired immutable and strongly-typed functions. | 141 |
azr/generators | Automates the generation of boilerplate code for common Go applications | 5 |
rjeczalik/interfaces | Tools for generating interfaces and structs in Go | 423 |
aphoh/go-substrate-gen | A tool that generates boilerplate code for substrate-based chains | 7 |
srdtrk/go-codegen | Generates Go code for CosmWasm smart contracts | 26 |
awalterschulze/goderive | Automates generating implementations of common Go functions from input parameter types. | 1,246 |
twpayne/go-xmlstruct | Generates Go structs from multiple XML documents | 78 |
miku/zek | Automates creation of Go structs from XML documents | 756 |
ssgreg/repeat | Provides a Go implementation of backoff strategies and retry mechanisms for operations with timed-out or failed attempts. | 85 |
galeone/rts | Generates Go structs from JSON responses to specific routes defined in a configuration file. | 248 |
haskell-gi/haskell-gi | Generates Haskell bindings for GObject Introspection capable libraries | 293 |
edwingeng/hotswap | Allows code changes to take effect without restarting the server | 363 |
tompston/gomakeme | Automates the creation of boilerplate and endpoints for REST APIs in Go. | 11 |