Versions in this module Expand all Collapse all v0 v0.2.0 May 25, 2022 Changes in this version + func Default(str string, def string) string + func IsAllZeroes(bytes []byte) bool + func MaxLen(str string, maxLen int) string + func MaxLenBytes(str []byte, maxLen int) []byte + func MaxLenCutCenter(str string, maxLen int) string + func StringAsNullable(val string) *string + func ToSnakeCase(str string) string