How to exit "go run" in the GoSublime's command-shell?
go, sublimetext3, windows
Solution
yup. press ctrl+b to go to the build console and type `tskill`.
This will prompt a dialog with running processes you can kill.
Problem
When i do `go run`, the command-shell doesn't halt and i have to close my web server from the task manager. Is it possible to cancel it from sublime text?