mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 04:47:02 +00:00
a bit linting and some tests are online again
Former-commit-id: bd5463a169a36b078dba1c1b6e7dd3ffbd627617
This commit is contained in:
@@ -13,6 +13,7 @@ import (
|
||||
// value(Task) when an OS interrupt/kill signal received.
|
||||
type OnInterrupt TaskRunnerFunc
|
||||
|
||||
// Run runs the interrupt task and completes the TaskRunner interface.
|
||||
func (t OnInterrupt) Run(proc TaskProcess) {
|
||||
t(proc)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user