package gofuncy import ( "context" ) type Func func(ctx context.Context) error