6 lines
64 B
Go

package outputter
type Outputter struct {
OutputType string
}