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 8a81bd4 commit f31f0a3Copy full SHA for f31f0a3
pkg/cache/v3/linear.go
@@ -570,7 +570,7 @@ func (cache *LinearCache) getVersion() string {
570
}
571
572
func (cache *LinearCache) Fetch(context.Context, *Request) (Response, error) {
573
- return nil, errors.New("Fetch is not implemented by LinearCache")
+ return nil, errors.New("fetch is not implemented by LinearCache")
574
575
576
// NumResources returns the number of resources currently in the cache.
0 commit comments