Versions in this module Expand all Collapse all v0 v0.0.1 Feb 6, 2025 Changes in this version + const RequestIdKey + func AssignOrDefault(value string, defaultValue string) string + func Bytes2Size(num int64) string + func Float64PtrMax(p *float64, maxValue float64) *float64 + func Float64PtrMin(p *float64, minValue float64) *float64 + func GenRequestID() string + func GetIp() (ip string) + func GetResponseID(c *gin.Context) string + func GetTimeString() string + func GetTimestamp() int64 + func IntMax(a int, b int) int + func Interface2String(inter interface{}) string + func Max(a int, b int) int + func MessageWithRequestId(message string, id string) string + func OpenBrowser(url string) + func String2Int(str string) int + func UnescapeHTML(x string) interface