zenity/file.go

7 lines
71 B
Go
Raw Normal View History

2019-12-29 20:00:50 -05:00
package zenity
2019-12-11 06:29:32 -05:00
type FileFilter struct {
Name string
Exts []string
}