Versions in this module Expand all Collapse all v1 v1.0.0 Dec 28, 2015 Changes in this version + func Base64Decode(val string) string + func Base64Encode(val string) string + func Decode(data []byte, to interface{}) error + func Encode(data interface{}) ([]byte, error) + func GobDecode(data []byte, to interface{}) error + func GobEncode(data interface{}) ([]byte, error) + func JsonDecode(data []byte, to interface{}) error + func JsonEncode(data interface{}) ([]byte, error) + func Md5(str string) string + func Md5byte(b []byte) string + func Token(key string, val []byte, args ...string) string