Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
NewBuilder returns a new Builder object using the supplied byte slice as the underlying buffer
func (*Builder) Append ¶
Append adds and cleans the supplied path string to the builder's internal buffer, growing the buffer if necessary to accomodate the extra path length
func (*Builder) Grow ¶ added in v0.1.3
Grow ensures there is at least the requested size free bytes available in the buffer, reallocating if necessary
func (*Builder) NewString ¶ added in v0.1.2
NewString returns a freshly allocated copy of the accumulated path string
Click to show internal directories.
Click to hide internal directories.