goderive
Function generator
Automates generating implementations of common Go functions from input parameter types.
Derives and generates mundane golang functions that you do not want to maintain yourself
1k stars
19 watching
43 forks
Language: Go
last commit: 5 months ago
Linked from 2 awesome lists
derivingfunctional-programminggeneratorgenericsgolang
Related projects:
Repository | Description | Stars |
---|---|---|
azr/generators | Automates the generation of boilerplate code for common Go applications | 5 |
mafulong/godal | Tools for generating Golang code from SQL definitions | 18 |
jmattheis/goverter | Tool for generating type-safe converters in Go | 525 |
rjeczalik/interfaces | Tools for generating interfaces and structs in Go | 423 |
kazhuravlev/options-gen | A tool to generate functional options for Go applications. | 77 |
novalagung/gubrak | A Go library providing functional programming utility functions with syntactic sugar. | 482 |
dylanmeeus/hasgo | A code generator for Go with Haskell-inspired immutable and strongly-typed functions. | 141 |
aws/smithy-go | Generates Go code for interacting with Smithy models | 177 |
grofers/go-codon | Generates Go server code from REST and workflow specifications | 142 |
tomcraven/goga | A Golang library implementing a genetic algorithm with configurable simulator, selector, and mating components. | 219 |
go-playground/generate | Automates the process of generating setup code in Go projects | 30 |
simonwaldherr/golang-examples | Provides examples and resources to help software developers learn and practice Go programming language skills. | 1,579 |
elgris/sqrl | A Go-based library for building and executing SQL queries with fluent syntax. | 278 |
logic-building/functional-go | A Go library that enables functional programming concepts such as mapping and transforming data structures in a concise and expressive way. | 181 |
haskell-gi/haskell-gi | Generates Haskell bindings for GObject Introspection capable libraries | 290 |