Skip to content

Commit 5588b83

Browse files
author
myxy99
committed
coder2z
1 parent 5c5edf3 commit 5588b83

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Named from the Swiss Army Knife.This is a golang development kit.
44

55
![](https://img.shields.io/badge/windowns10-Development-d0d1d4)
66
![](https://img.shields.io/badge/golang-1.16-blue)
7-
[![](https://img.shields.io/badge/godoc-reference-3C57C4)](https://pkg.go.dev/github.com/coder2m/g-saber)
7+
[![](https://img.shields.io/badge/godoc-reference-3C57C4)](https://pkg.go.dev/github.com/coder2z/g-saber)
88
![](https://img.shields.io/badge/version-0.1.0-r)
99

1010
## :rocket:Installation
1111

1212
`
13-
go get -u github.com/coder2m/g-saber
13+
go get -u github.com/coder2z/g-saber
1414
`
1515

1616
## :bell:Features

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/coder2m/g-saber
1+
module github.com/coder2z/g-saber
22

33
go 1.16
44

xcast/xcast.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package xcast
88
import (
99
"errors"
1010
"fmt"
11-
"github.com/coder2m/g-saber/xjson"
11+
"github.com/coder2z/g-saber/xjson"
1212
"html/template"
1313
"reflect"
1414
"strconv"

xcfg/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ package xcfg
33
import (
44
"errors"
55
"fmt"
6-
"github.com/coder2m/g-saber/xcast"
6+
"github.com/coder2z/g-saber/xcast"
77
"io"
88
"io/ioutil"
99
"reflect"
1010
"strings"
1111
"sync"
1212
"time"
1313

14-
"github.com/coder2m/g-saber/xtransform/xmap"
14+
"github.com/coder2z/g-saber/xtransform/xmap"
1515
"github.com/mitchellh/mapstructure"
1616
)
1717

xconsole/xconsole.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package xconsole
22

33
import (
44
"fmt"
5-
"github.com/coder2m/g-saber/xcolor"
5+
"github.com/coder2z/g-saber/xcolor"
66
)
77

88
var (

xgp/xgp_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package xgp
22

33
import (
4-
"github.com/coder2m/g-saber/xconsole"
4+
"github.com/coder2z/g-saber/xconsole"
55
"testing"
66
"time"
77
)

xlog/log.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ package xlog
22

33
import (
44
"fmt"
5-
"github.com/coder2m/g-saber/xcfg"
6-
"github.com/coder2m/g-saber/xcolor"
7-
"github.com/coder2m/g-saber/xdefer"
5+
"github.com/coder2z/g-saber/xcfg"
6+
"github.com/coder2z/g-saber/xcolor"
7+
"github.com/coder2z/g-saber/xdefer"
88
"go.uber.org/zap"
99
"go.uber.org/zap/zapcore"
1010
"log"

xlog/options.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ package xlog
77
import (
88
"errors"
99
"fmt"
10-
cfg "github.com/coder2m/g-saber/xcfg"
11-
"github.com/coder2m/g-saber/xcolor"
12-
"github.com/coder2m/g-saber/xconsole"
10+
cfg "github.com/coder2z/g-saber/xcfg"
11+
"github.com/coder2z/g-saber/xcolor"
12+
"github.com/coder2z/g-saber/xconsole"
1313
"go.uber.org/zap"
1414
"go.uber.org/zap/zapcore"
1515
"time"

xlog/rotate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package xlog
22

33
import (
4-
"github.com/coder2m/g-saber/xlog/rotate"
4+
"github.com/coder2z/g-saber/xlog/rotate"
55
"io"
66
)
77

0 commit comments

Comments
 (0)