gocc/output_file_data.go
2022-08-17 22:24:13 +02:00

9 lines
101 B
Go

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