package rss import ( "bytes" "errors" "fmt" "io" "io/ioutil" "net" "net/http" "strings" "text/tabwriter" "time" ) // Parse RSS or Atom data. func Parse(data []byte) (*Feed, error) { if strings.Contains(string(data), "