gocc/output_file_data.go

9 lines
101 B
Go

package main
type OutputFileTmplData struct {
Name string
OS string
Arch string
Ext string
}