Skip to content

Commit cceca96

Browse files
author
盛辉
committed
Update README.md
1 parent bf78565 commit cceca96

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,15 @@
1919

2020
# Go workspace file
2121
go.work
22+
go.work.sum
23+
24+
# env file
25+
.env
2226

2327
.DS_Store
2428

29+
# JetBrains IDE
2530
.idea/
31+
32+
# VSCode
2633
.vscode/

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# sdk-go
22

33
[![golang](https://img.shields.io/badge/Language-Go-green.svg?style=flat)](https://golang.org)
4-
[![GitHub release](https://img.shields.io/github/release/shenghui0779/sdk-go.svg)](https://github.com/shenghui0779/sdk-go/releases/latest)
5-
[![pkg.go.dev](https://img.shields.io/badge/dev-reference-007d9c?logo=go&logoColor=white&style=flat)](https://pkg.go.dev/github.com/shenghui0779/sdk-go)
4+
[![GitHub release](https://img.shields.io/github/release/yiigo/sdk-go.svg)](https://github.com/yiigo/sdk-go/releases/latest)
5+
[![pkg.go.dev](https://img.shields.io/badge/dev-reference-007d9c?logo=go&logoColor=white&style=flat)](https://pkg.go.dev/github.com/yiigo/sdk-go)
66
[![Apache 2.0 license](http://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](http://opensource.org/licenses/apache2.0)
77

88
Go第三方应用SDK
99

1010
```sh
11-
go get -u github.com/shenghui0779/sdk-go
11+
go get -u github.com/yiigo/sdk-go
1212
```
1313

1414
#### 目前支持
1515

16-
- [微信](https://github.com/shenghui0779/sdk-go/tree/main/wechat)
17-
- [支付宝](https://github.com/shenghui0779/sdk-go/tree/main/alipay)
18-
- [E签宝](https://github.com/shenghui0779/sdk-go/tree/main/esign)
19-
- [银盛支付](https://github.com/shenghui0779/sdk-go/tree/main/ysepay)
20-
- [杉德支付](https://github.com/shenghui0779/sdk-go/tree/main/sandpay)
21-
- [蚂蚁联盟链](https://github.com/shenghui0779/sdk-go/tree/main/antchain)
16+
- [微信](https://github.com/yiigo/sdk-go/tree/main/wechat)
17+
- [支付宝](https://github.com/yiigo/sdk-go/tree/main/alipay)
18+
- [E签宝](https://github.com/yiigo/sdk-go/tree/main/esign)
19+
- [银盛支付](https://github.com/yiigo/sdk-go/tree/main/ysepay)
20+
- [杉德支付](https://github.com/yiigo/sdk-go/tree/main/sandpay)
21+
- [蚂蚁联盟链](https://github.com/yiigo/sdk-go/tree/main/antchain)
2222

2323
**Enjoy 😊**

0 commit comments

Comments
 (0)