Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadTestFile ¶
"Read the file named `name` and return the contents as a byte slice. If there's an error, panic."
The `ioutil.ReadFile` function returns two values: the data and an error. If there's an error, we panic. If there's no error, we return the data
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.