mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 03:53:33 +00:00
6 lines
72 B
Go
6 lines
72 B
Go
package api
|
|
|
|
import "errors"
|
|
|
|
var ErrNotFound = errors.New("not found")
|