We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1899d73 commit 3cb6e3aCopy full SHA for 3cb6e3a
sublime/plugins/SublimeGo/test_function.py
@@ -2,7 +2,7 @@
2
import sublime_plugin
3
import threading
4
from .async_task import AsyncTask
5
-from .env_loader import load_env
+from .env_loader import load_git_root_env
6
7
8
class GoFunctionTest(sublime_plugin.WindowCommand):
0 commit comments