https://github.com/tendermint/tendermint
Raw File
Tip revision: 8ba9d49d4b4ec568cbe94d9d2dd672d096d2338e authored by Sam Ricotta on 04 August 2022, 11:12:29 UTC
finished formatting
Tip revision: 8ba9d49
buf.gen.yaml
version: v1
plugins:
  - name: gogofaster
    out: ./proto/
    opt:
      - Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types
      - Mgoogle/protobuf/duration.proto=github.com/golang/protobuf/ptypes/duration
      - plugins=grpc
      - paths=source_relative
back to top