wheat-cache/pkg/lru/test/Hello.go

6 lines
83 B
Go

package test
func Hello(str string) (bool, error) {
return str == "Hello", nil
}