Categorygithub.com/rAndrade360/split-structs
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:

  1. Paste your nested struct into structs.txt file;
  2. Run make run;
  3. Voila! You can get your formatted structs inside your cmd/cli/tmp.go.

Server:

  1. Run make serve;
  2. 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.