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: about 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 | Tool for generating type-safe converters in Go | 532 |
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,245 |
twpayne/go-xmlstruct | Generates Go structs from multiple XML documents | 77 |
miku/zek | Automates creation of Go structs from XML documents | 750 |
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 | 290 |
edwingeng/hotswap | Allows code changes to take effect without restarting the server | 358 |
tompston/gomakeme | Automates the creation of boilerplate and endpoints for REST APIs in Go. | 11 |