6 lines
64 B
Go
Raw Permalink Normal View History

package outputter
type Outputter struct {
OutputType string
}