Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewContextReadSeekCloser ¶ added in v0.3.1
func NewContextReadSeekCloser(ctx context.Context, r io.ReadSeekCloser) io.ReadSeekCloser
func PrettyTitleCase ¶ added in v0.7.23
Returns the (english) string title cased, with minor words (a, an, and, of, on, the, to) lowercased unless they are the first word of the string
Types ¶
type SectionReadSeeker ¶
type SectionReadSeeker struct {
// contains filtered or unexported fields
}
func NewSectionReadSeeker ¶
func NewSectionReadSeeker(r io.ReadSeeker, off int64, n int64) (*SectionReadSeeker, error)
Click to show internal directories.
Click to hide internal directories.