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