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 4d6c41d commit 32b8fe6Copy full SHA for 32b8fe6
environ/funcs.go
@@ -26,7 +26,7 @@ var FuncMap = map[string]interface{}{
26
"equalFold": strings.EqualFold,
27
"fields": strings.Fields,
28
"hasPrefix": strings.HasPrefix,
29
- "hasSuffix": strings.HasPrefix,
+ "hasSuffix": strings.HasSuffix,
30
"inc": inc,
31
"strIndex": strings.Index,
32
"indexAny": strings.IndexAny,
0 commit comments