golang a less b less c code example Example: golang find in string // 1. Contains res := strings.Contains(str, substr) fmt.Println(res) // true