Skip to content

Instantly share code, notes, and snippets.

@OlegGorj
Created December 2, 2019 20:53
Show Gist options
  • Save OlegGorj/387725844f572060af34deb2dbdb7d0a to your computer and use it in GitHub Desktop.
Save OlegGorj/387725844f572060af34deb2dbdb7d0a to your computer and use it in GitHub Desktop.
package main
import (
"strings"
)
func main() {
strings.HasSuffix("foobar", "bar") // true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment