--- title: strings.HasSuffix description: Reports whether the given string ends with the given suffix. categories: [] keywords: [] params: functions_and_methods: aliases: [hasSuffix] returnType: bool signatures: [strings.HasSuffix STRING SUFFIX] aliases: [/functions/hassuffix,/functions/strings/hassuffix] --- ```go-html-template {{ hasSuffix "Hugo" "go" }} → true ```