gitlab.com/evatix-go/core@v1.3.55/bytetype/New.go (about) 1 package bytetype 2 3 func New(input byte) Variant { 4 return Variant(input) 5 }