evio icon indicating copy to clipboard operation
evio copied to clipboard

Fix typo in event.Tick example

Open msquee opened this issue 3 years ago • 0 comments

Fix typo in event.Tick example in README

-events.Tick = func() (delay time.Duration, action Action){
+events.Tick = func() (delay time.Duration, action evio.Action){
        log.Printf("tick")
        delay = time.Second
        return

msquee avatar Oct 31 '20 18:10 msquee