6 lines
64 B
Go
Raw Normal View History

package outputter
type Outputter struct {
OutputType string
}