You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "D:\Program Files\Sublime Text 3\sublime_plugin.py", line 1088, in run_
return self.run(edit)
File "C:\Users\Lenovo\AppData\Roaming\Sublime Text 3\Installed Packages\Golang Tools Integration.sublime-package\gotools_lint.py", line 25, in run
File "C:\Users\Lenovo\AppData\Roaming\Sublime Text 3\Installed Packages\Golang Tools Integration.sublime-package\gotools_lint.py", line 61, in run_golint
File "C:\Users\Lenovo\AppData\Roaming\Sublime Text 3\Installed Packages\Golang Tools Integration.sublime-package\gotools_util.py", line 95, in run
File "C:\Users\Lenovo\AppData\Roaming\SUBLIM1\Packages\GOLANG1\all\golangconfig.py", line 161, in subprocess_info
path, _ = executable_path(executable_name, view=view, window=window)
File "C:\Users\Lenovo\AppData\Roaming\SUBLIM1\Packages\GOLANG1\all\golangconfig.py", line 447, in executable_path
shell, path_dirs = shellenv.get_path()
AttributeError: 'module' object has no attribute 'get_path'
`
The text was updated successfully, but these errors were encountered:
`
Traceback (most recent call last):
File "D:\Program Files\Sublime Text 3\sublime_plugin.py", line 1088, in run_
return self.run(edit)
File "C:\Users\Lenovo\AppData\Roaming\Sublime Text 3\Installed Packages\Golang Tools Integration.sublime-package\gotools_lint.py", line 25, in run
File "C:\Users\Lenovo\AppData\Roaming\Sublime Text 3\Installed Packages\Golang Tools Integration.sublime-package\gotools_lint.py", line 61, in run_golint
File "C:\Users\Lenovo\AppData\Roaming\Sublime Text 3\Installed Packages\Golang Tools Integration.sublime-package\gotools_util.py", line 95, in run
File "C:\Users\Lenovo\AppData\Roaming\SUBLIM
1\Packages\GOLANG1\all\golangconfig.py", line 161, in subprocess_infopath, _ = executable_path(executable_name, view=view, window=window)
File "C:\Users\Lenovo\AppData\Roaming\SUBLIM
1\Packages\GOLANG1\all\golangconfig.py", line 447, in executable_pathshell, path_dirs = shellenv.get_path()
AttributeError: 'module' object has no attribute 'get_path'
`
The text was updated successfully, but these errors were encountered: