Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 465 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 465 Bytes

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.