first commit

This commit is contained in:
renzhiyuan 2025-03-04 14:24:20 +08:00
parent 2279916a44
commit 88a05bb130
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
## 安装
```bash
$ go get gitea.cdlsxd.cn/self-tools/l_ai_address
```
## 使用
```go
res, err := GetAddress(context.Background(), youraddress, yourkey, yourmodel)
```