1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-10 07:42:27 +08:00

test: remove t.Log()

This commit is contained in:
dudaodong
2023-04-26 14:59:45 +08:00
parent 581e338889
commit 4311b9ac66
14 changed files with 15 additions and 38 deletions

View File

@@ -254,7 +254,7 @@ func ExampleMTime() {
fmt.Println(err)
// Output:
// 1682391110
// 1682478195
// <nil>
}