diff --git a/README.md b/README.md index aed2b7d9..a64e722c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ how the protobufs should be generated. ### Installation via Package Managers -The following demonstrate how to install Sift's client utilities for each supported language using their respective official package managers. The source is currently hosted only on Github, but in the future we may move +The following demonstrates how to install Sift's client utilities for each supported language using their respective official package managers. The source is currently hosted only on Github, but in the future we may move these to the official package repositories for each language. #### Go diff --git a/examples/go/buf.gen.yaml b/examples/go/buf.gen.yaml deleted file mode 100644 index 41bcdcf2..00000000 --- a/examples/go/buf.gen.yaml +++ /dev/null @@ -1,15 +0,0 @@ -version: v1 -managed: - enabled: true - go_package_prefix: - default: "github.com/sift-go-cli/gen/protos/go" -plugins: - - plugin: buf.build/protocolbuffers/go:v1.28.1 - out: gen/protos/go - opt: paths=source_relative - - plugin: go-vtproto - out: gen/protos/go - opt: paths=source_relative - - plugin: buf.build/grpc-ecosystem/gateway:v2.16.2 - out: gen/protos/go - opt: paths=source_relative diff --git a/examples/rust/buf.gen.yaml b/examples/rust/buf.gen.yaml deleted file mode 100644 index f756110d..00000000 --- a/examples/rust/buf.gen.yaml +++ /dev/null @@ -1,8 +0,0 @@ -version: v1 -managed: - enabled: true -plugins: - - plugin: buf.build/community/neoeinstein-prost:v0.3.1 - out: src/gen - - plugin: buf.build/community/neoeinstein-tonic:v0.4.0 - out: src/gen