File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# 🚫 go-sensitive
2
2
3
- [ ![ build] ( https://img.shields.io/badge/build-1.01-brightgreen )] ( https://github.com/StellarisW /go-sensitive ) [ ![ go-version] ( https://img.shields.io/badge/go-~%3D1.19-30dff3?logo=go )] ( https://github.com/StellarisW /go-sensitive )
3
+ [ ![ build] ( https://img.shields.io/badge/build-1.01-brightgreen )] ( https://github.com/sgoware /go-sensitive ) [ ![ go-version] ( https://img.shields.io/badge/go-~%3D1.19-30dff3?logo=go )] ( https://github.com/sgoware /go-sensitive )
4
4
5
5
English | [ 中文] ( README-zh_cn.md )
6
6
@@ -31,7 +31,7 @@ package main
31
31
32
32
import (
33
33
" fmt"
34
- " github.com/StellarisW /go-sensitive"
34
+ " github.com/sgoware /go-sensitive"
35
35
)
36
36
37
37
func main () {
@@ -77,13 +77,13 @@ func main() {
77
77
## ✔ Get
78
78
79
79
```
80
- $ go get -u github.com/StellairsW /go-sensitive
80
+ $ go get -u github.com/sgoware /go-sensitive
81
81
```
82
82
83
83
## 📂 Import
84
84
85
85
``` go
86
- import " github.com/StellairsW /go-sensitive"
86
+ import " github.com/sgoware /go-sensitive"
87
87
```
88
88
89
89
##
Original file line number Diff line number Diff line change 1
- module github.com/StellarisW /go-sensitive
1
+ module github.com/sgoware /go-sensitive
2
2
3
3
go 1.19
4
4
Original file line number Diff line number Diff line change 1
1
package sensitive
2
2
3
3
import (
4
- "github.com/StellarisW /go-sensitive/filter"
5
- "github.com/StellarisW /go-sensitive/store"
4
+ "github.com/sgoware /go-sensitive/filter"
5
+ "github.com/sgoware /go-sensitive/store"
6
6
"sync"
7
7
)
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package sensitive
2
2
3
3
import (
4
4
"fmt"
5
- "github.com/StellarisW /go-sensitive/store"
5
+ "github.com/sgoware /go-sensitive/store"
6
6
"reflect"
7
7
"testing"
8
8
"time"
Original file line number Diff line number Diff line change 1
1
package sensitive
2
2
3
3
import (
4
- "github.com/StellarisW /go-sensitive/store"
4
+ "github.com/sgoware /go-sensitive/store"
5
5
)
6
6
7
7
const (
You can’t perform that action at this time.
0 commit comments