change mod path to git.

This commit is contained in:
licsber 2025-01-22 12:08:51 +08:00
parent 7fa243c5e1
commit 3d828d249a

View File

@ -1,7 +1,7 @@
# MyFakeSSH # MyFakeSSH
```bash ```bash
go mod init myfakessh go mod init git.licsber.site/go/myfakessh
go mod tidy go mod tidy
``` ```