waigani / GoOracle

GoOracle is a Golang plugin for SublimeText that integrates the Go oracle tool.
MIT License
73 stars 17 forks source link

added support for project specific settings #7

Closed kdar closed 9 years ago

kdar commented 9 years ago

This allows you to have project specific settings for GoOracle, so you can set the settings according to your project (like if you use Godeps and need to set a specific GOPATH, and to set the scope correctly).

waigani commented 9 years ago

Thanks for the PR. This doubles up with one from @deads2k, which I've merged as it has the none guard check.