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

https://github.com/creatcodebuild/gogen

A data structure source code generator for Go programming language (Web GUI + Command Line)
https://github.com/creatcodebuild/gogen

Last synced: 9 months ago
JSON representation

A data structure source code generator for Go programming language (Web GUI + Command Line)

Awesome Lists containing this project

README

          

# gogen
A code generator for Go programming language (Web GUI + Command Line)

## Features
It currently only supports hash set, which is the only data structure I need at the moment. If I see more needs for other data structures, I will add them.

## Web UI
https://creatcodebuild.github.io/gogen/

## Command Line
Coming soon