4 lines
75 B
Go
4 lines
75 B
Go
package gemlog
|
|
|
|
type Notification string
|
|
type ErrorMsg struct{ err error }
|