error.go 82 B

12345
  1. package ultraviolet
  2. import "errors"
  3. var ErrIdInvalid = errors.New("id invalid")