DEBSOURCES
Skip Quicknav
sources / golang-github-francoispqt-gojay / 1.2.13-5 / gojay / codegen / test / pooled_struct / sub_message.go
12345678910
package pooled_struct import "time" type SubMessage struct { Id int Description string StartTime time.Time EndTime *time.Time }