chatappcommon/README.md
2026-04-04 01:33:51 +08:00

22 lines
365 B
Markdown

# ChatAppCommon
Shared Go module for ChatApp services.
Module path:
`43.132.178.96/hy/ChatAppCommon.git`
Install:
```bash
go env -w GOPRIVATE=43.132.178.96
git config --global url."git@43.132.178.96:".insteadOf "https://43.132.178.96/"
go get 43.132.178.96/hy/ChatAppCommon.git@v0.1.0
```
Import:
```go
import common "43.132.178.96/hy/ChatAppCommon.git"
```