From 88a05bb1309ab396da24839ee74fd98828a3f56c Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Tue, 4 Mar 2025 14:24:20 +0800 Subject: [PATCH] first commit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..99061c8 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +## 安装 + +```bash +$ go get gitea.cdlsxd.cn/self-tools/l_ai_address +``` + + +## 使用 +```go + res, err := GetAddress(context.Background(), youraddress, yourkey, yourmodel) +```