mirror of
https://github.com/foomo/gofuncy.git
synced 2025-10-16 12:25:41 +00:00
8 lines
82 B
Go
8 lines
82 B
Go
package gofuncy
|
|
|
|
import (
|
|
"context"
|
|
)
|
|
|
|
type Func func(ctx context.Context) error
|