generate
Setup generator
Automates the process of generating setup code in Go projects
runs go generate recursively on a specified path or environment variable and can filter by regex
30 stars
6 watching
6 forks
Language: Go
last commit: about 8 years ago
Linked from 2 awesome lists
generate
Related projects:
Repository | Description | Stars |
---|---|---|
| Automates the generation of boilerplate code for common Go applications | 5 |
| An action that sets up a Go environment for use in GitHub Actions workflows | 1,414 |
| Generates web forms from gRPC definitions | 423 |
| A tool to generate functional options for Go applications. | 81 |
| A web-based development environment for Go programming | 1,319 |
| Automates generating implementations of common Go functions from input parameter types. | 1,246 |
| Generates reset methods for Go structs to easily reuse them without fear of tricky bugs | 33 |
| Tools to generate mock implementations of interfaces in Go programming language | 203 |
| Automates the creation of basic gRPC services in Go with pre-set structures and tools. | 1,506 |
| Tools for generating interfaces and structs in Go | 423 |
| Tool for easy configuration of Go applications with support for environment variables and command line flags. | 68 |
| Generates Go structs from JSON responses to specific routes defined in a configuration file. | 248 |
| Automates the generation of type-safe conversion methods between data structures | 576 |
| A Go library for generating standard SQL queries | 6 |
| Generates mocks out of Go interface declarations to make testing easier and more efficient. | 649 |