10 lines
112 B
Go
10 lines
112 B
Go
|
package main
|
||
|
|
||
|
//import "github.com/rs/zerolog/log"
|
||
|
|
||
|
type Toot struct {
|
||
|
}
|
||
|
|
||
|
func NewToot(input []bytes) *Toot {
|
||
|
}
|