Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByteRuneReader ¶
type ByteRuneReader struct {
RS io.ReadSeeker
}
ByteRuneReader reads each byte as a rune from a io.ReadSeeker ex: when used with regexp \u00ff code point will match byte 0xff and not the utf-8 encoded version of 0xff
type DiscardCtxWriter ¶
type ReadErrSeeker ¶
type RuneReadSeeker ¶
type RuneReadSeeker struct {
RS io.ReadSeeker
}
Click to show internal directories.
Click to hide internal directories.