update gtime example

This commit is contained in:
ansionfor
2021-11-29 10:14:55 +08:00
parent 578d8218bd
commit 6acb2f46e6

View File

@ -479,7 +479,7 @@ func ExampleTime_MarshalJSON() {
fmt.Println(string(j))
// Output:
// {"name":"xiaoming","birthday":"2018-08-08 08:08:08"}
// {"name":"goframe","birthday":"2018-08-08 08:08:08"}
}
func ExampleTime_UnmarshalJSON() {