Categorygithub.com/Juanma1223/golang_structs_parser
modulepackage
0.3.0
Repository: https://github.com/juanma1223/golang_structs_parser.git
Documentation: pkg.go.dev

# 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