# README
golang_structs_parser
This library is intended to generate different formats out of golang structs
Supports Gorm Models
# Packages
No description provided by the author
# Functions
Parse golang struct from string, return field names and it's types Golang struct should be correctly indented.
Parse golang struct from file string, return equivalent json object.
No description provided by the author