go-irc / irc

A simple go irc library meant to be a building block for other projects
MIT License
142 stars 17 forks source link

Remove TagValue and Tags.GetTag #85

Closed belak closed 3 years ago

belak commented 3 years ago

Fixes #83, Fixes #84

It may also be worth removing the Tags type entirely, as the only helper on there now is .Copy(), but I haven't made a final decision on that yet.

CC @emersion

emersion commented 3 years ago

Nice, looks good, thanks!