This repository has been archived on 2025-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
oohay/go/core/coreassets/json/results.json.go
2025-05-23 15:11:34 -07:00

9 lines
181 B
Go
Executable file

[
{{range $i, $e:=.DBResults}}{{if $i}},
{{end}} {
"URL": "{{.Url}}",
"Title": "{{.Title}}",
"Snippet": "{{.Body}}",
"Description": "{{.Description}}"
}{{end}}
]