goauth2 icon indicating copy to clipboard operation
goauth2 copied to clipboard

Rename `emit` method name

Open pdt256 opened this issue 4 years ago • 0 comments

Using the term emit() is misleading as events are not actually emitted, only staged for release. Replace with raise() to better indicate the actual behavior.

https://github.com/inklabs/goauth2/search?q=emit&unscoped_q=emit

pdt256 avatar Jun 08 '20 16:06 pdt256