repository
0.0.0-20250212065048-22042c3f8bea
Repository: https://github.com/convrz/convers.git
Documentation: pkg.go.dev
# README
Start your conversation threads securely across distributed systems.
Getting Started
Requirement
- Docker engine
- Go 1.23.3
- Protocol Buffer
🛠️ Local development
Run command bellow to clone all project's source code
git clone --recurse-submodules -j8 https://github.com/convrz/convers.git $GOPATH/src/github.com/convrz/convers
With SSH Key
git clone --recurse-submodules -j8 [email protected]:convrz/convers.git $GOPATH/src/github.com/convrz/convers
Your project is located in
cd $GOPATH/src/github.com/convrz/convers
Submodules
📂 Protobuf Third Party
googleapis
at https://github.com/googleapis/googleapis.git standard rule for REST APIgrpc-gateway
at https://github.com/grpc-ecosystem/grpc-gateway.git plugin protocol buffer to generate reverse proxyprotovalidate
at https://github.com/bufbuild/protovalidate.git library to validate structure.
Made in 🇻🇳 🚀