zenity/file.go
2019-12-31 02:26:01 +00:00

7 lines
71 B
Go

package zenity
type FileFilter struct {
Name string
Exts []string
}