add new file

This commit is contained in:
Jeffrey Paul 2019-11-03 02:56:57 -08:00
parent 052600663c
commit fec35a8336
1 changed files with 9 additions and 0 deletions

9
toot.go Normal file
View File

@ -0,0 +1,9 @@
package main
//import "github.com/rs/zerolog/log"
type Toot struct {
}
func NewToot(input []bytes) *Toot {
}