5 lines
95 B
Go
5 lines
95 B
Go
package zenity
|
|
|
|
func notify(text string, options []Option) error {
|
|
panic("not implemented")
|
|
}
|