Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
144e2ffb25 | ||
|
|
0a1c3c436e |
8
README.md
Normal file
8
README.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
go语言工具类
|
||||||
|
|
||||||
|
####
|
||||||
|
进行安装
|
||||||
|
~~~
|
||||||
|
go get github.com/ayflying/utility_go
|
||||||
|
~~~
|
||||||
|
|
||||||
@@ -140,7 +140,7 @@ func (s *Excel) sliceFormat(list []interface{}, Slice map[string]string) []inter
|
|||||||
if get, ok := v3.(string); !ok {
|
if get, ok := v3.(string); !ok {
|
||||||
//g.Log().Errorf(gctx.New(), "当前类型断言失败:%v", v3)
|
//g.Log().Errorf(gctx.New(), "当前类型断言失败:%v", v3)
|
||||||
parts = []string{gconv.String(v3)}
|
parts = []string{gconv.String(v3)}
|
||||||
continue
|
|
||||||
} else {
|
} else {
|
||||||
for _, v := range shadiao {
|
for _, v := range shadiao {
|
||||||
get = strings.ReplaceAll(get, v, "|")
|
get = strings.ReplaceAll(get, v, "|")
|
||||||
|
|||||||
Reference in New Issue
Block a user