Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api: remove Client.SendText #234

Merged
merged 1 commit into from
Jun 23, 2021
Merged

api: remove Client.SendText #234

merged 1 commit into from
Jun 23, 2021

Conversation

samhza
Copy link
Contributor

@samhza samhza commented Jun 23, 2021

SendMessage(a, b) is equivalent to SendText(a, b) so SendText is redundant.
Programs using SendText can be updated with

$ gofmt -r 'c.SendText(a, b) -> c.SendMessage(a, b)' -w .

SendMessage(a, b) is equivalent to SendText(a, b) so SendText is
redundant.
Programs using SendText can be updated with
$ gofmt -r 'c.SendText(a, b) -> c.SendMessage(a, b)' -w .
@diamondburned diamondburned merged commit 3541993 into diamondburned:v3 Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants