File tree 2 files changed +16
-9
lines changed
2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 19
19
20
20
# Go workspace file
21
21
go.work
22
+ go.work.sum
23
+
24
+ # env file
25
+ .env
22
26
23
27
.DS_Store
24
28
29
+ # JetBrains IDE
25
30
.idea /
31
+
32
+ # VSCode
26
33
.vscode /
Original file line number Diff line number Diff line change 1
1
# sdk-go
2
2
3
3
[ ![ 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 )
6
6
[ ![ Apache 2.0 license] ( http://img.shields.io/badge/license-Apache%202.0-brightgreen.svg )] ( http://opensource.org/licenses/apache2.0 )
7
7
8
8
Go第三方应用SDK
9
9
10
10
``` sh
11
- go get -u github.com/shenghui0779 /sdk-go
11
+ go get -u github.com/yiigo /sdk-go
12
12
```
13
13
14
14
#### 目前支持
15
15
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 )
22
22
23
23
** Enjoy 😊**
You can’t perform that action at this time.
0 commit comments