Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NopCloser = NewCloser(func() error { return nil }) )
Functions ¶
func Close ¶
func Close(c Closer)
Close is a convenience function to close a object that has a Close() method, ignoring any errors Used to satisfy errcheck lint
func NewByteReadSeeker ¶ added in v2.1.1
func NewByteReadSeeker(data []byte) *byteReadSeeker
func NewComposableFS ¶ added in v2.1.1
NewComposableFS creates files system that attempts reading file from multiple wrapped file systems
func NewSubDirFS ¶ added in v2.1.1
NewSubDirFS returns file system that represents sub-directory in a wrapped file system
Types ¶
type TempPaths ¶ added in v2.3.0
type TempPaths struct {
// contains filtered or unexported fields
}
TempPaths allows generating and memoizing random paths, each path being mapped to a specific key.
func NewTempPaths ¶ added in v2.3.0
Source Files ¶
Click to show internal directories.
Click to hide internal directories.