mi-v1/cmd/mi/posse.go

8 lines
79 B
Go
Raw Normal View History

2020-01-11 18:38:50 +00:00
package main
type Post struct {
Title string
URL string
Tags []string
}