diff options
Diffstat (limited to 'misc/dotfiles/goenv.j2')
-rw-r--r-- | misc/dotfiles/goenv.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/dotfiles/goenv.j2 b/misc/dotfiles/goenv.j2 new file mode 100644 index 0000000..f55e262 --- /dev/null +++ b/misc/dotfiles/goenv.j2 @@ -0,0 +1,2 @@ +GOPATH={{ homedir }}/.go +GOMODCACHE={{ homedir }}/.go/pkg/mod |