Use homedir expansion for paths
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
44b79c0dba
commit
c2da303a0f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
|
||||
cwd: /home/luzifer
|
||||
gopath: /home/luzifer/gocode
|
||||
cwd: '~'
|
||||
gopath: '~/gocode'
|
||||
|
||||
packages:
|
||||
# Go-dev related tools
|
||||
|
|
Loading…
Reference in a new issue