We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915cc7d commit 5bb1855Copy full SHA for 5bb1855
cache_content_text.go
@@ -18,7 +18,7 @@ const ContentTypeCell = 0
18
// ContentTypeText text
19
const ContentTypeText = 1
20
21
-var ErrContentTypeNotFound = errors.New("ErrContentTypeNotFound")
+var ErrContentTypeNotFound = errors.New("contentType not found")
22
23
type cacheContentText struct {
24
//---setup---
0 commit comments