DEBSOURCES
Skip Quicknav
sources / golang-github-andreykaipov-goobs / 0.8.0-1 / internal / comments / testfixtures / dotparser / embedded_1 / expected.go
123456789
package testfixtures type Embedded1 struct { A *A `json:"a,omitempty"` } type A struct { EmbeddedDummy }