Skip to content

Tags: panzerdev/grpcurl

Tags

v1.0.1

Toggle v1.0.1's commit message
change module name

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support go modules (fullstorydev#48)

* support go modules
- use Go 1.11 (with and without module support) in CI
- add go.mod and go.sum files
- with modules in Go 1.11, can't rely on GOPATH directory layout, so just copy test.proto into this repo