in config/config.go [165:170]
func localFileReadable(path string) error { if _, err := ioutil.ReadFile(path); err != nil { return err } return nil }