{ "start": 1, "end": 22, "lines": [ "package main", "", "type foo struct {", "\tbar string `json:\"bar\"`", "\tMyExample bool `json:\"myExample\"`", "\tMyAnother []string `json:\"myAnother\"`", "}", "", "const exampleVar = \"foo\"", "", "type bar struct {", "\t// loose comment", "", "\t// home", "\tankara string `json:\"ankara\"`", "\tyeap bool `json:\"yeap\"` // just a boolean", "", "\t// great cities", "\tcities []string `json:\"cities\"`", "", "\t// seconed loose comment", "}" ] }