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