Hi i was not able to add Color in the Attachment can you please help on this
how do you add Color to slack message if fail i want to mark it red
attachment := slack.Attachment{
Color: "#1766ff",
}
it was throwing error
`cannot use "red" (untyped string constant) as *string value in struct literalcompiler[IncompatibleAssign](https://pkg.go.dev/golang.org/x/tools/internal/typesinternal?utm_source%3Dgopls#IncompatibleAs

sign)
`
Hi i was not able to add Color in the Attachment can you please help on this
how do you add Color to slack message if fail i want to mark it red
attachment := slack.Attachment{
Color: "#1766ff",
}
it was throwing error

`cannot use "red" (untyped string constant) as *string value in struct literalcompiler[IncompatibleAssign](https://pkg.go.dev/golang.org/x/tools/internal/typesinternal?utm_source%3Dgopls#IncompatibleAs
sign)
`