1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 06:26:46 +00:00

Run golangci-lint run --fix

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
这个提交包含在:
Shengqi Chen
2025-01-11 15:39:31 +08:00
父节点 15e87a5f48
当前提交 ab416f6545
共有 3 个文件被更改,包括 24 次插入27 次删除

查看文件

@@ -71,8 +71,7 @@ func TestStatus(t *testing.T) {
Size: "4GB",
}
var m2 WebMirrorStatus
m2 = BuildWebMirrorStatus(m)
var m2 WebMirrorStatus = BuildWebMirrorStatus(m)
// fmt.Printf("%#v", m2)
So(m2.Name, ShouldEqual, m.Name)
So(m2.Status, ShouldEqual, m.Status)