package base import "errors" var ( ErrExpectedByteSlice = errors.New("expected []byte as input") )