SublimeGoBuild icon indicating copy to clipboard operation
SublimeGoBuild copied to clipboard

A plugin for Sublime Text 2 to help manage and build a GO project

Results 3 SublimeGoBuild issues
Sort by recently updated
recently updated
newest added

I wish to start learning some Go along with some Sublime Text, so I'm setting it up following this post: http://blog.another-d-mention.ro/programming/setting-up-a-ide-to-play-with-go-on-windows/ Thing is, my _Hello, world_ code: ``` go package...

I get this in the sublime console: `Unable to find target command: go_build`

Running go run D:\1.go Traceback (most recent call last): File ".\sublime_plugin.py", line 337, in run_ File ".\GoBuildCommons.py", line 208, in run File ".\GoBuildCommons.py", line 118, in __init__ UnicodeDecodeError: 'ascii' codec...