Files

6 lines
85 B
Go
Raw Permalink Normal View History

2025-11-02 11:10:17 +08:00
package error
import "errors"
var ErrNotFoundit = errors.New("resource not found")