# Functions
This package supports the digesting on struct:
type MyStruct type { Name string `digest:1` Age int `digest:2` }
Constructs the struct tag and performs digesting
Digesting rule on field: []byte(<field name> +'|') bytes on fields
If field is the type of "interface{}", this type would be purified into more accurate type, which makes the digesting more easy.
Gets the bytes getter by any value, this function could be used to implement your own DigestStruct.
No description provided by the author
Gets the function provides constant no byte(empty array).
No description provided by the author
Sums all of the digestors with customized sum function.
This function would call Digestor.GetDigest() and "glue" every value of digestor together.
Gets the function provides constant zero bytes(not empty array).
# Constants
No description provided by the author
# Variables
No description provided by the author
# Interfaces
Gets the digest of MD5.
# Type aliases
No description provided by the author
No description provided by the author
This type is used to digest time value.
Function object for Digestor.
No description provided by the author
No description provided by the author
No description provided by the author