File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 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
1717import (
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
6258GUO YANKE, MIT License
Original file line number Diff line number Diff line change 1- module github.com/guoyk93 /rg
1+ module github.com/yankeguo /rg
22
33go 1.18
44
You can’t perform that action at this time.
0 commit comments