error.go 86 B

12345
  1. package models
  2. type Error string
  3. func (e Error) Error() string { return string(e) }