package feed import "time" type Event struct { ID string `json:"id"`
package config import ( "encoding/json" "fmt" "time"