Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bongnv/gogen
A code generator for Go
https://github.com/bongnv/gogen
Last synced: about 1 month ago
JSON representation
A code generator for Go
- Host: GitHub
- URL: https://github.com/bongnv/gogen
- Owner: bongnv
- License: mit
- Created: 2021-05-16T03:11:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-29T06:10:13.000Z (over 3 years ago)
- Last Synced: 2024-06-21T13:01:44.467Z (6 months ago)
- Language: Go
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gogen
[![CI](https://github.com/bongnv/gogen/actions/workflows/ci.yml/badge.svg)](https://github.com/bongnv/gogen/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/bongnv/gogen/branch/main/graph/badge.svg?token=CUAOIE15TX)](https://codecov.io/gh/bongnv/gogen) [![Go Report Card](https://goreportcard.com/badge/github.com/bongnv/gogen)](https://goreportcard.com/report/github.com/bongnv/gogen)A code generator for Go from your code.
## Development
- Following [this](https://pre-commit.com/#install) to install `pre-commit`
- Run `pre-commit install`to set up git hooks for this repository