chatappcommon/README.md
2026-04-04 14:59:52 +08:00

22 lines
383 B
Markdown

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