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