func ReadFile(path string) (string, error) { b := check ioutil.ReadFile(path) return string(b), nil }