rag/consts/library.go

8 lines
105 B
Go
Raw Normal View History

2024-07-21 09:24:56 +00:00
package consts
import "errors"
var (
ErrLibraryNotFound = errors.New("未找到指定的资料库")
)