slack-go / slack

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42
https://pkg.go.dev/github.com/slack-go/slack
BSD 2-Clause "Simplified" License
4.63k stars 1.12k forks source link

fix: change period to comma #1147

Closed yokishava closed 1 year ago

yokishava commented 1 year ago

Why

The character before omitempty in the RichTextSectionElement struct tag was period.

What

I changed to comma.