feta/toot.go

10 lines
112 B
Go
Raw Normal View History

2019-11-03 10:56:57 +00:00
package main
//import "github.com/rs/zerolog/log"
type Toot struct {
}
func NewToot(input []bytes) *Toot {
}