update gtime example output

This commit is contained in:
ansionfor 2021-11-30 23:10:02 +08:00
parent d87413fb23
commit 8f0c0337c5

View File

@ -492,6 +492,7 @@ func ExampleTime_UnmarshalJSON() {
json.Unmarshal([]byte(src), p)
fmt.Println(p)
// Output
// &{goframe 2018-08-08 08:08:08}
}