Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloseAll ¶ added in v0.4.21
CloseAll calls Close() on every closer, returning the err from the first one that returns a non-nil error.
func PropagateCloseError ¶ added in v0.4.21
PropagateCloseError calls f then calls closer.Close(), returning the error from Close() if f did not return an error. Errors from Close() when writing can return important errors that should not be thrown away.
func StringSliceContains ¶
Types ¶
type StringSet ¶ added in v0.4.7
type StringSet struct {
// contains filtered or unexported fields
}
func NewStringSet ¶ added in v0.4.7
func NewStringSet() *StringSet
func NewStringSetWithValues ¶ added in v0.4.15
Click to show internal directories.
Click to hide internal directories.