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)
- Host: GitHub
- URL: https://github.com/creatcodebuild/gogen
- Owner: CreatCodeBuild
- Created: 2019-02-09T05:06:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T10:28:36.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T22:43:12.627Z (10 months ago)
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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