Versions in this module Expand all Collapse all v0 v0.9.7 Mar 18, 2020 Changes in this version + const ISO8601Format + const RFC822Format + func CalculateContentMD5(data io.Reader, size int64) (string, error) + func FormatISO8601Date(timestamp_second int64) string + func FormatRFC822Date(timestamp_second int64) string + func HmacSha256Hex(key, str_to_sign string) string + func NewRequestId() string + func NewUUID() string + func NowUTCNanoSeconds() int64 + func NowUTCSeconds() int64 + func ParseISO8601Date(time_string string) (time.Time, error) + func ParseRFC822Date(time_string string) (time.Time, error) + func UriEncode(uri string, encodeSlash bool) string