fda03c5c9e
I *KNEW* I should have done this when I wrote it, but didn't want to go back and audit the handlers to include the appropriate return handling, but now that the code is taking shape, make this change.
4 lines
50 B
Go
4 lines
50 B
Go
package types
|
|
|
|
type PeriodicCallback func() error
|