blob: 9d4594a55e16403e21938811e0b1896bd40e6d20 [file] [log] [blame] [view]
# Conformance tests
These conformance tests are developed in https://github.com/googleapis/conformance-tests/
and then copied here when prompted that new tests are available.
### Generating test.pb.go
```
protoc --go_out=. *.proto
```