Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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