feat: add slug proto

This commit is contained in:
2026-01-02 18:29:58 +07:00
parent eb2c8f6dc7
commit 291f87635b
10 changed files with 386 additions and 519 deletions

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
## Compile
```bash
protoc --proto_path=proto proto/*.proto --go_out=. --go-grpc_out=.
```