Versions in this module Expand all Collapse all v0 v0.0.2 Aug 6, 2019 v0.0.1 Jul 23, 2019 Changes in this version + const DefaultTimeout + const DownloadTimeout + const LongCreationTimeout + const PortAvailableTimeout + const ServiceStartedTimeout + func BurnAfterReading(file *os.File) + func DownloadFile(url string) (destFile *os.File, finalErr error) + func IsValidEmailAddress(email string) bool + func LogError(action func() error) + func LogNonNilError(err error) + func MergeErrors(message string, newError error, previousError error) error + func PanicOnError(action func() error) + func PanicOnNonNilErr(err error) + func ReadAllIntoTempFile(src io.Reader, pattern string) (file *os.File, err error) + func ReopenFile(file *os.File) (*os.File, error) + func SyncAndCloseFunc(file *os.File, topError *error) + func TryExtractFirstLastNameAndEmail(contents string) (firstName string, lastName string, emailAddress string)