1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
package main type Story struct { Id int Deleted bool Type string Time int Text string Dead bool Url string Score int Title string Descendants int } type Category struct { ID int Name string Url string }