package feta type toot struct { } func newToot(input []byte) *toot { t := new(toot) return t }