nicklaw5 / helix

A Twitch Helix API client written in Go.
MIT License
243 stars 88 forks source link

Implemented EventSub #77

Closed hennedo closed 3 years ago

hennedo commented 3 years ago

Added Implementation for EventSub Stuff from Twitch

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 641097450


Changes Missing Coverage Covered Lines Changed/Added Lines %
eventsub.go 37 51 72.55%
<!-- Total: 40 54 74.07% -->
Totals Coverage Status
Change from base Build 603617600: -0.9%
Covered Lines: 731
Relevant Lines: 838

💛 - Coveralls
hennedo commented 3 years ago

The changes you requested should be fine now. I did not know of gofmt, this would have saved me quite some time, good to know for next time!