waigani / GoOracle

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

Windows support? #10

Open liuhewei opened 9 years ago

liuhewei commented 9 years ago

Hi,

It seems that GoOracle doesn't support windows platform. It works well on my Macbook, but when I'm using it on my windows machine (win7), errors prompted:

Do you plan to support Windows platform? For myself, my working environment is mainly windows...

waigani commented 9 years ago

Interesting. Unfortunately I don't have Windows, which makes it hard to debug. You've defined the bug well. I'd encourage you to fork the code and experiment. If you find a solution, please make a pull request .

liuhewei commented 9 years ago

@waigani Yes. I chose some time today to give it a try for windows support, and submitted a PR finally. It works well on my environment. Hope it could help other guys working under Windows.