We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0554ae1 commit f88595eCopy full SHA for f88595e
1 file changed
.envrc
@@ -2,3 +2,6 @@ PATH_add tools
2
3
REPO_ROOT=$(pwd)
4
export REPO_ROOT
5
+
6
+# Use Go modules (required for this repo; gopls/Go extension need this)
7
+export GO111MODULE=on
0 commit comments