Skip to content

Commit f4bb40a

Browse files
committed
chore: update github username
1 parent feb5253 commit f4bb40a

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# rg
22

3-
[![Go Reference](https://pkg.go.dev/badge/github.com/guoyk93/rg.svg)](https://pkg.go.dev/github.com/guoyk93/rg)
4-
[![Go](https://github.com/guoyk93/rg/actions/workflows/go.yml/badge.svg)](https://github.com/guoyk93/rg/actions/workflows/go.yml)
3+
[![Go Reference](https://pkg.go.dev/badge/github.com/yankeguo/rg.svg)](https://pkg.go.dev/github.com/yankeguo/rg)
4+
[![Go](https://github.com/yankeguo/rg/actions/workflows/go.yml/badge.svg)](https://github.com/yankeguo/rg/actions/workflows/go.yml)
55

66
`rg (Royal Guard)` is a generics based throw-catch approach in Go
77

@@ -16,7 +16,7 @@ package demo
1616

1717
import (
1818
"encoding/json"
19-
"github.com/guoyk93/rg"
19+
"github.com/yankeguo/rg"
2020
"gopkg.in/yaml.v3"
2121
"os"
2222
)
@@ -53,10 +53,6 @@ func jsonFileToYAML(filename string) (err error) {
5353
}
5454
```
5555

56-
## Donation
57-
58-
See https://guoyk.xyz/donation
59-
6056
## Credits
6157

6258
GUO YANKE, MIT License

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/guoyk93/rg
1+
module github.com/yankeguo/rg
22

33
go 1.18
44

0 commit comments

Comments
 (0)