Versions in this module Expand all Collapse all v0 v0.1.3 Mar 28, 2019 Changes in this version + const Layout1 + const Layout2 + func ConvertStructToMap(in interface{}) map[string]interface + func ConvertUint8Slice2String(u8s []uint8) string + func CopyRequest(req *http.Request) *http.Request + func CurTimeFormat(layout string) string + func Decimal(val float64) float64 + func GetTimeDate(t time.Time) time.Time + func GetTodayDate() time.Time + func IsJSON(s string) bool + func LoadJSONConfigFile(filename string, v interface{}) error + func LoadYamlConfigFile(filename string, v interface{}) error + func ParseFloat(s string) float64 + func ParseJSON(s string) map[string]interface + func ParseTime(layout, value string) time.Time + func ParseURLQuery(query string) map[string]interface + func PostForm(URL string, data map[string]interface{}) (map[string]interface{}, error) + func ToLower(v interface{})