mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-22 16:39:27 +08:00
6 lines
86 B
Go
6 lines
86 B
Go
package models
|
|
|
|
type Error string
|
|
|
|
func (e Error) Error() string { return string(e) }
|