package
1.1.34
Repository: https://github.com/djannot/aws-sdk-go.git
Documentation: pkg.go.dev

# Functions

Copy deeply copies a src structure to dst.
CopyOf returns a copy of src while also allocating the memory for dst.
DeepEqual returns if the two values are deeply equal like reflect.DeepEqual.
Prettify returns the string representation of a value.
SetValueAtPath sets a value at the case insensitive lexical path inside of a structure.
StringValue returns the string representation of a value.
ValuesAtPath returns a list of values at the case insensitive lexical path inside of a structure.