2 Commits
v0.1 ... main

Author SHA1 Message Date
chinhwajie
e2e48ff646 docs: add readme 2025-09-01 15:13:26 +08:00
chinhwajie
fc832fa503 fix: module name and path v0.0.2 2025-09-01 12:35:15 +08:00
2 changed files with 7 additions and 1 deletions

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
# Readme
## Installation
`go get git.lumisnap.im/notibot/notibot-client-go@v0.0.2`

2
go.mod
View File

@@ -1,3 +1,3 @@
module git.lumisnap.im/chinhwajie/notibot-client-go
module git.lumisnap.im/notibot/notibot-client-go
go 1.25.0