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

7 lines
75 B
Go
Raw Permalink Normal View History

package structs
type TmplInOut struct {
FileIn string
FileOut string
}