Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Unmarshal = func(r io.Reader, v interface{}) error { return json.NewDecoder(r).Decode(v) }
Unmarshal is a function that unmarshals the data from the reader into the specified value. By default, it uses the JSON unmarshaller.
Functions ¶
func CheckError ¶
func CheckError(e error)
CheckError checks an error object for nil and panics if it isn't
func GetTestTeamsPath ¶
GetTestTeamsPath reads mock team data for testing
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.