8 lines
103 B
Go
8 lines
103 B
Go
package zlogsentry
|
|
|
|
import (
|
|
"errors"
|
|
)
|
|
|
|
var ErrFlushTimeout = errors.New("zlogsentry flush timeout")
|