fullstorydev / grpcurl

Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
MIT License
10.75k stars 502 forks source link

$ go install github.com/fullstorydev/grpcurl/cmd/grpc@latest go: github.com/fullstorydev/grpcurl/cmd/grpc@latest: module github.com/fullstorydev/grpcurl@latest found (v1.8.6), but does not contain package github.com/fullstorydev/grpcurl/cmd/grpc #308

Open johnathanbeal opened 2 years ago

johnathanbeal commented 2 years ago

On a Windows Machine, From a Git Bash, I typed 'go install github.com/fullstorydev/grpcurl/cmd/grpc@latest'

This returned

go: github.com/fullstorydev/grpcurl/cmd/grpc@latest: module github.com/fullstorydev/grpcurl@latest found (v1.8.6), but does not contain package github.com/fullstorydev/grpcurl/cmd/grpc

My go version is go1.18.1 windows/amd64

grpcurl -help returns 'bash: grpcurl: command not found'