Versions in this module Expand all Collapse all v1 v1.0.2 Dec 19, 2023 v1.0.1 Dec 19, 2023 v1.0.0 Dec 17, 2023 Changes in this version + func InList[ListType comparable](list []ListType, val ListType) bool + func Sha256(in []byte) string + func Transform(in interface{}, dst interface{}) error + type ListType interface