Versions in this module Expand all Collapse all v0 v0.1.5 Nov 16, 2024 Changes in this version + func BytesToGb(num int) int + func DateToEpoch(year, month, day, hour, minute, second int) int + func EpochToDate(epoch int) string + func GbToBytes(num int) int + func GeneratePattern(length int) string + func GetPatternOffset(pattern_str string) int + func GetRandomAgent() string + func RandomInt(max int, min int) int + func RandomString(length int) string + func TextToLeet(input string) string