package
0.0.0-20220606212806-2039fdaf4823
Repository: https://github.com/jmillerv/go-utilities.git
Documentation: pkg.go.dev

# Functions

InterfaceToString returns a string after being parsed by fmt.Sprintf I've noticed that it doesn't work on all structs passed in.
StructToIndentedString marshalls a struct into json and then outputs an indented json string.
StructToString marshalls a struct into json and then outputs them as a json string.