Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 247 Bytes

IDEAS.md

File metadata and controls

12 lines (9 loc) · 247 Bytes

Test recursive types

// PostA *Post db:"-" json:"postA" // PostX XXX db:"-" json:"postX" // PostY YYY db:"-" json:"postY" // PostZ ZZZ db:"-" json:"postZ"

// type XXX []Post // type YYY *Post

// type F struct{} // type ZZZ []F