Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Regexp ¶
Regexp is a wrapper for regexp.Regexp that is also comparable. This type can be used as a key in maps: `map[Regexp]T`.
func (*Regexp) AppendText ¶
AppendText implements encoding.TextAppender.
func (Regexp) MarshalText ¶
MarshalText implements encoding.TextMarshaler.
func (*Regexp) UnmarshalText ¶
UnmarshalText implements encoding.UnmarshalText.
Click to show internal directories.
Click to hide internal directories.