package
1.0.4
Repository: https://github.com/kyaxcorp/go-struct.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

CanUpdate returns true when the given value is an initial value of its type.
MustSet function is a wrapper of Set function It will call Set and panic if err not equals nil.
Set initializes members in a struct referenced by a pointer.

# Interfaces

Setter is an interface for setting default values.