You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dima 4ee1259d51 first commit 5 days ago
bin first commit 5 days ago
client first commit 5 days ago
gen/service/v1 first commit 5 days ago
server first commit 5 days ago
service/v1 first commit 5 days ago
README first commit 5 days ago
buf.gen.yaml first commit 5 days ago
buf.yaml first commit 5 days ago
go.mod first commit 5 days ago
go.sum first commit 5 days ago

README

tcp-protobuf-app/
├── proto/
│ └── service/
│ └── v1/
│ └── service.proto # Схема Protobuf
├── buf.yaml # Конфігурація Buf
├── buf.gen.yaml # Налаштування генерації
├── server/
│ └── main.go
└── client/
└── main.go


go install github.com/bufbuild/buf/cmd/buf@latest

go install google.golang.org/protobuf/cmd/protoc-gen-go@latest


go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest