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
Trying to executing make as follows but getting the error below.
t:~/dev/proto-go-course$ make
protoc -Iproto --go_opt=module=github.com/Clement-Jean/proto-go-course --go_out=. proto/*.proto
go build -o proto-go-course .
main.go:7:2: no required module provides package github.com/Clement-Jean/proto-go-course/proto; to add it:
go get github.com/Clement-Jean/proto-go-course/proto
make: *** [Makefile:23: build] Error 1
t:~/dev/proto-go-course$ go get github.com/Clement-Jean/proto-go-course/proto
go: github.com/Clement-Jean/proto-go-course/proto: no matching versions for query "upgrade"
andremyers@beet:~/dev/proto-go-course$
The text was updated successfully, but these errors were encountered:
Trying to executing make as follows but getting the error below.
The text was updated successfully, but these errors were encountered: