zhangmeng
2019-12-20 c513836e5fc0a06b382d44bc7150d998edd30db9
update
1个文件已修改
2 ■■■ 已修改文件
gohumantrack/gohumantrack.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
gohumantrack/gohumantrack.go
@@ -206,7 +206,7 @@
    }
    if fakeImage == nil {
        logo.Infoln("batch~~~~~~ images slice no images")
        return nil
        return nil, errors.New("images slice is null")
    }
    for k, v := range imgs {
        if v == nil {