From 4902eb73b7d71ac17f85161431154297eea7a373 Mon Sep 17 00:00:00 2001 From: unknown <12gzk@163.com> Date: Thu, 12 May 2022 21:31:54 +0800 Subject: [PATCH] gfmt file --- encoding/gjson/gjson_z_example_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/encoding/gjson/gjson_z_example_test.go b/encoding/gjson/gjson_z_example_test.go index ce7c0c4c9..2bda1b8c1 100644 --- a/encoding/gjson/gjson_z_example_test.go +++ b/encoding/gjson/gjson_z_example_test.go @@ -715,7 +715,6 @@ func ExampleJson_MustToPropertiesString() { // name = John } - func ExampleJson_MarshalJSON() { type BaseInfo struct { Name string @@ -1186,5 +1185,3 @@ func ExampleJson_Dump() { // "age": "18", //} } - -