From 883797c495c6a425d20e1e54cf6879862c1145af Mon Sep 17 00:00:00 2001 From: John Date: Sat, 11 May 2019 18:03:49 +0800 Subject: [PATCH] fix issue in gconv --- g/util/gconv/gconv_z_bench_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g/util/gconv/gconv_z_bench_test.go b/g/util/gconv/gconv_z_bench_test.go index 20259372c..8a9b98c89 100644 --- a/g/util/gconv/gconv_z_bench_test.go +++ b/g/util/gconv/gconv_z_bench_test.go @@ -101,7 +101,7 @@ func BenchmarkTime(b *testing.B) { func BenchmarkTimeDuration(b *testing.B) { for i := 0; i < b.N; i++ { - TimeDuration(value) + Duration(value) } }