DEV Community

Discussion on: Microservices with go-kit. Part 1

Collapse
 
quyenbc profile image
Bành Cao Quyền

Hello Alex,
I have followed the above instructions of yours to install go-kit cli:

  • go get github.com/go-kit/kit
  • go get github.com/kujtimiihoxha/kit

After the installation was completed, I tried running the command: kit new service users, but received an error like this:
'kit' is not recognized as an internal or external command,
operable program or batch file.

Please kindly guide me to fix this problem

Collapse
 
amirzaidi2002 profile image
cessna

did you add your GOPATH/bin folder into your PATH -- thats where Kit gets installed