Closed remingtonc closed 5 years ago
When not using the vendor/ directory, e.g. with Go modules, we have test failures related to jsonpb.go. This was due to careless merge in #6 and not properly testing with/without Go module usage.
vendor/
jsonpb.go
When not using the
vendor/
directory, e.g. with Go modules, we have test failures related tojsonpb.go
. This was due to careless merge in #6 and not properly testing with/without Go module usage.