Create script which finds every .proto file in the repo and correctly invokes `protoc` for each. Create a single file with a `//go:generate` directive to invoke the new script. Delete all of the other generate.go files, so that our proto generation is unified in one place. Fixes #5453 |
||
|---|---|---|
| .. | ||
| proto | ||
| caa.go | ||
| caa_test.go | ||
| dns.go | ||
| dns_test.go | ||
| http.go | ||
| http_test.go | ||
| tlsalpn.go | ||
| tlsalpn_test.go | ||
| utf8filter.go | ||
| utf8filter_test.go | ||
| va.go | ||
| va_test.go | ||