buaazp / Godef

Plugin of sublime to use godef to go to definitions accurately.
BSD 3-Clause "New" or "Revised" License
82 stars 24 forks source link

How to set multiple gopath in configure file? #15

Closed wangxingge closed 8 years ago

wangxingge commented 8 years ago

Is it right, use ":" to seprate each go path. Platform windows.

{ "goroot": "C:\Go", "gopath": "D:\Github:E:\Work", }

buaazp commented 8 years ago

Find in readme.

GOOD:
"gopath": "/opt/golang:/Users/zippo/develop/GO"

BAD:
"gopath": "~/develop/GO"
"gopath": "$HOME/develop/GO"