func (i *pathIO) assertPathExists(p gopath.GoPath) { i.syncedErrs(p.AssertExists()) i.prependErr(fmt.Sprintf("required path %s does not exist", p)) }