6 lines
100 B
Go
6 lines
100 B
Go
package helper
|
|
|
|
import "errors"
|
|
|
|
var ErrorParamCountMismatch = errors.New("param count mismatched")
|