yt-gen-app/structs/tmpl-in-out.go

7 lines
75 B
Go

package structs
type TmplInOut struct {
FileIn string
FileOut string
}