mirror of https://github.com/icedream/go-q3net.git
7 lines
157 B
Go
7 lines
157 B
Go
|
package quake
|
||
|
|
||
|
import "errors"
|
||
|
|
||
|
var ErrNoMatchingType error = errors.New("No matching type")
|
||
|
var ErrCorruptedMessage error = errors.New("Corrupted message")
|