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

365 B

ChatAppCommon

Shared Go module for ChatApp services.

Module path:

43.132.178.96/hy/ChatAppCommon.git

Install:

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:

import common "43.132.178.96/hy/ChatAppCommon.git"