With the addition of the [`FilePatchSelection.prototype.goToDiffLine(lineNumber)` method](https://github.com/atom/github/pull/879/files#diff-c5584409052c4cf5c6d73a34b2a2cf52), we can implement a feature similar to Atom's go-to-line for jumping to a specified line within an editor Ref: https://github.com/atom/github/pull/879
With the addition of the
FilePatchSelection.prototype.goToDiffLine(lineNumber)method, we can implement a feature similar to Atom's go-to-line for jumping to a specified line within an editorRef: #879