mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-11 01:54:34 +08:00
5 lines
86 B
Go
5 lines
86 B
Go
package models
|
|
|
|
type Error string
|
|
|
|
func (e Error) Error() string { return string(e) }
|