Make dev failed
yufengwang opened this issue · 1 comments
yufengwang commented
I'm new to golang, after doing make install_dependencies
, and then run make dev
, errors showing as below:
bash [00] Starting service [00] server/core/worker.go:12:2: no required module provides package github.com/bleenco/abstruse/pb; to add it: [00] go get github.com/bleenco/abstruse/pb [00] make[1]: *** [server] Error 1 [00] (error exit: exit status 2)
I'm on the lastest commit in master branch
yufengwang commented
solved