subprocess_info()
andsetting_value()
will now raiseGoRootNotFoundError()
when theGOROOT
environment variable points to a directory that could not be found on disk, andGoPathNotFoundError()
when one or more of the entries in theGOPATH
environment variable could not be found on disk.
- Added support for GOPATH with multiple directories
- Fix an error when no project was open when using Sublime Text 3
- Initial release