package
1.0.0
Repository: https://github.com/oleoneto/go-structs.git
Documentation: pkg.go.dev

# Functions

Fetches all the fields of the given struct instance and returns a flattened list with all of its attributes.
Get the first value of the `json` tag.
Get the first value of the given tag.
Get the full value of the given tag.

# Structs

This type abstracts both `reflect.Value` and `reflect.StructField` types.

# Type aliases

No description provided by the author