File tree Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- module github.com/coder2m /g-saber
1+ module github.com/coder2z /g-saber
22
33go 1.16
44
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package xcast
88import (
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"
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ package xcfg
33import (
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package xconsole
22
33import (
44 "fmt"
5- "github.com/coder2m /g-saber/xcolor"
5+ "github.com/coder2z /g-saber/xcolor"
66)
77
88var (
Original file line number Diff line number Diff line change 11package xgp
22
33import (
4- "github.com/coder2m /g-saber/xconsole"
4+ "github.com/coder2z /g-saber/xconsole"
55 "testing"
66 "time"
77)
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ package xlog
22
33import (
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"
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ package xlog
77import (
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"
Original file line number Diff line number Diff line change 11package xlog
22
33import (
4- "github.com/coder2m /g-saber/xlog/rotate"
4+ "github.com/coder2z /g-saber/xlog/rotate"
55 "io"
66)
77
You can’t perform that action at this time.
0 commit comments