package feta //import "github.com/rs/zerolog/log" type Toot struct { } func NewToot(input []byte) *Toot { t := new(Toot) return t }