{ "start": 2, "end": 54, "lines": [ "", "type x struct {", "\tFoo int `json:\"foo\"`", "\tbar string `json:\"bar\"`", "", "", "", "", "", "", "", "}", "", "func main() {", "", "", "", "", " fmt.Println(\"---\")", "\tfmt.Println(\"---\")", "\tfmt.Println(\"---\")", "\tfmt.Println(\"zeynep\")", "\tfmt.Println(\"alper\")", "\tfmt.Println(\"miray\")", "\tfmt.Println(\"---\")", "\tfmt.Println(\"---\")", "\tfmt.Println(\"---\")", "", "", "", "}", "", "type b struct {", "\tFoo int `json:\"foo\"`", "\tbar string `json:\"bar\"`", "", "}", "", "type b struct {", "", "", "", "", "", "", "", "", "", "", " Foo int `json:\"foo\"`", "\tbar string `json:\"bar\"`", "", "}" ] }