Lowercase module path
This commit is contained in:
parent
e021b01d89
commit
0971558d5b
@ -1,21 +1,21 @@
|
|||||||
# ChatAppCommon
|
# chatappcommon
|
||||||
|
|
||||||
Shared Go module for ChatApp services.
|
Shared Go module for ChatApp services.
|
||||||
|
|
||||||
Module path:
|
Module path:
|
||||||
|
|
||||||
`gitea.haiyihy.com/hy/ChatAppCommon`
|
`gitea.haiyihy.com/hy/chatappcommon`
|
||||||
|
|
||||||
Install:
|
Install:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go env -w GOPRIVATE=gitea.haiyihy.com
|
go env -w GOPRIVATE=gitea.haiyihy.com
|
||||||
git config --global url."ssh://git@gitea.haiyihy.com/".insteadOf "https://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
|
go get gitea.haiyihy.com/hy/chatappcommon@v0.1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Import:
|
Import:
|
||||||
|
|
||||||
```go
|
```go
|
||||||
import common "gitea.haiyihy.com/hy/ChatAppCommon"
|
import common "gitea.haiyihy.com/hy/chatappcommon"
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user