6 lines
98 B
Go
6 lines
98 B
Go
package shared
|
|
|
|
import "errors"
|
|
|
|
var ErrBadChecksum = errors.New("the packet had a bad checksum")
|