Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SortedKeys ¶ added in v1.3.0
SortedKeys returns a sorted slice of keys of a map.
func TeeReader ¶ added in v1.3.0
TeeReader returns a Reader that writes to w what it reads from r. All reads from r performed through it are matched with corresponding writes to w. There is no internal buffering - the write must complete before the read completes. Any error encountered while writing is reported as a read error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.