You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using go for setup,some error like “package gnvm/config: unrecognized import path "gnvm/config" (import path does not begin with hostname)”。
when i see the go file, i replace "gnvm/util" with “github.com/Kenshin/gnvm/util” 。then it works。