check if string includes golang code example Example: check string contains golang import ( "strings" ) strings.Contains("something", "some") // true