gempir / go-twitch-irc

go irc client for twitch.tv
MIT License
358 stars 59 forks source link

Add missing error return #177

Closed NotNotQuinn closed 2 years ago

NotNotQuinn commented 2 years ago

FarmingCommits

gempir commented 2 years ago

It's not missing. It's omitted because it's using a named return aka "naked return"

https://go.dev/tour/basics/7

NotNotQuinn commented 2 years ago

oh sorry, I didnt see this. Next time I'll try to look more carefully