package testgit func String(b []byte, err error) (string, error) { return string(b), err }