gemlog-cli/gemlog/common.go

4 lines
75 B
Go

package gemlog
type Notification string
type ErrorMsg struct{ err error }