summaryrefslogtreecommitdiff
path: root/mt.go
blob: c5d665de1e3dd57353388612266b5055ed209dcb (plain)
1
2
3
4
5
package mt

type Field struct {
	Name, Value string
}