Versions in this module Expand all Collapse all v1 v1.9.3 Jul 8, 2023 Changes in this version + var Err_Not_Found = errors.New("separator not found") + type Split []byte + func (sep Split) After(s []byte, val any) ([]byte, error) + func (sep Split) Before(s []byte, val any) ([]byte, error)