repositorypackage
0.0.0-20230620180736-1cf175139b11
Repository: https://github.com/randrade360/split-structs.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Split structs
This script help you to split nested struct into multiple structs
How to use
CLI:
- Paste your nested struct into
structs.txt
file; - Run
make run
; - Voila! You can get your formatted structs inside your
cmd/cli/tmp.go
.
Server:
- Run
make serve
; - Access the address in your browser:
http://localhost:8000
and feel free to split your structs.
New features (Comming soon)
Binary files with a /bin pkg.