gopherschool/http-rest-api

No matching versions for query "latest"

AlexNimoy opened this issue · 2 comments

HI.
I try to build the code from the first video, and get error.

make      
go build -v ./cmd/apiserver
go: finding github.com/gopherschool/http-rest-api/internal/app/apiserver latest
go: finding github.com/gopherschool/http-rest-api/internal latest
go: finding github.com/gopherschool/http-rest-api/internal/app latest
build github.com/gopherschool/http-rest-api/cmd/apiserver: cannot load github.com/gopherschool/http-rest-api/internal/app/apiserver: no matching versions for query "latest"
make: *** [build] Error 1

Is everything ok?)

Yes. It is my mistake.
Wrong project structure )