mi-v1/cmd/mi/posse.go

8 lines
79 B
Go

package main
type Post struct {
Title string
URL string
Tags []string
}