Versions in this module Expand all Collapse all v0 v0.0.5 Aug 23, 2024 v0.0.4 Apr 16, 2024 Changes in this version + func AppendMarker(dst []byte, id uint64) []byte + func CutMarker(line string) (short string, id uint64, ok bool) + func Hash(data ...any) uint64 + func Marker(id uint64) string + func PrintMarker(w Writer, h uint64) error + type Matcher struct + func New(pattern string) (*Matcher, error) + func (m *Matcher) FileLine(w Writer, file string, line int) bool + func (m *Matcher) MarkerOnly() bool + func (m *Matcher) ShouldEnable(id uint64) bool + func (m *Matcher) ShouldPrint(id uint64) bool + func (m *Matcher) Stack(w Writer) bool + type Writer interface + Write func([]byte) (int, error)