SyntaxFix
Write A Post
Hire A Developer
Questions
Use the function Contains from the strings package.
Contains
import ( "strings" ) strings.Contains("something", "some") // true