Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Conversation

smola
Copy link
Collaborator

@smola smola commented Oct 19, 2016

No description provided.

utils/fs/os.go Outdated
return f.file.Close()
}

func (f *OSFile) ReadAt(p []byte, off int64) (n int, err error) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return with named values? why not just "(int, error)" as done in the other os.methods?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, forgot after copypasta.

@mcuadros mcuadros merged commit 232164e into src-d:master Oct 19, 2016
mcuadros pushed a commit that referenced this pull request Jan 31, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants