We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sublime Text Version: 3.2.1 Ubuntu 18.04.2 LTS
GoSublimer.sublime-settings: { "env": { "GOPATH": "/home/rwh/go", "GOROOT": "/usr/local/go" }, "fmt_cmd": ["goimports"], }
/home/rwh/go/bin is in the $PATH
which goimports /home/rwh/go/bin/goimports
goimports runs from the command line.
I inserted the new reducer you references #914 and the results of goimports-test are:
[ goimports-test | done ] 2019/04/13 21:25:53.337186 fixImports(filename="/opt/sublime_text/view@18,mg.NewReducerfuncmxmg.Ctxmg.State/"), abs="/opt/sublime_text/view@18,mg.NewReducerfuncmxmg.Ctxmg.State/", srcDir="/opt/sublime_text/view@18,mg.NewReducerfuncmxmg.Ctxmg.State" ... [ /opt/sublime_text/ ] # [ ~/go/src/zarc/ ] #
goimports-test
What is the next step to debug?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sublime Text Version: 3.2.1
Ubuntu 18.04.2 LTS
GoSublimer.sublime-settings:
{
"env": {
"GOPATH": "/home/rwh/go",
"GOROOT": "/usr/local/go"
},
"fmt_cmd": ["goimports"],
}
/home/rwh/go/bin is in the $PATH
goimports runs from the command line.
I inserted the new reducer you references #914 and the results of goimports-test are:
[
goimports-test
| done ]2019/04/13 21:25:53.337186 fixImports(filename="/opt/sublime_text/view@18,mg.NewReducerfuncmxmg.Ctxmg.State/"), abs="/opt/sublime_text/view@18,mg.NewReducerfuncmxmg.Ctxmg.State/", srcDir="/opt/sublime_text/view@18,mg.NewReducerfuncmxmg.Ctxmg.State" ...
[ /opt/sublime_text/ ] #
[ ~/go/src/zarc/ ] #
What is the next step to debug?
The text was updated successfully, but these errors were encountered: