Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConsistentRead ¶ added in v1.7.14
func ConsistentRead(filename string, attempts int) ([]byte, error)
ConsistentRead repeatedly reads a file until it gets the same content twice. This is useful when reading files in /proc that are larger than page size and kernel may modify them between individual read() syscalls.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.