izumin5210 / grapi

😮 A surprisingly easy API server and generator in gRPC and Go
https://godoc.org/github.com/izumin5210/grapi/pkg/grapiserver
MIT License
427 stars 39 forks source link

failed to initialise project #264

Closed byteshiva closed 4 years ago

byteshiva commented 4 years ago

failed to initialise project. I using ubuntu 20.04, go 1.15

grapi init awesome-app
  ➜  Initialize project
failed to initialize project: failed to get the import path
byteshiva commented 4 years ago

The below installation method(with version v0.2.2) doesn't help in initialising project in Ubuntu 20.04.

grapi
Linux
curl -Lo grapi https://github.com/izumin5210/grapi/releases/download/v0.2.2/grapi_linux_amd64 && chmod +x grapi && sudo mv grapi /usr/local/bin

I had to override with latest v0.5.0 to make it work.

Steps followed:

Step1: Download https://github.com/izumin5210/grapi/releases/download/v0.5.0/grapi_linux_amd64.tar.gz

Step 2:

sudo mv ~/Downloads/grapi /usr/local/bin/