gfmt file

This commit is contained in:
unknown 2022-05-12 21:31:54 +08:00
parent 513c8605fb
commit 4902eb73b7

View File

@ -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",
//}
}