buaazp / Godef

Plugin of sublime to use godef to go to definitions accurately.
BSD 3-Clause "New" or "Revised" License
82 stars 24 forks source link

Fix a bug that in Windows line-ending .go files, symbols fail to be located #22

Closed wdscxsj closed 6 years ago

wdscxsj commented 6 years ago

Fix a bug that in (unfortunately) Windows line-ending .go files, symbols fail to be located.

Also simplify the code a little bit, and fix a spelling error.

buaazp commented 6 years ago

Thanks for your PR.