gofuncy/func.go
Kevin Franklin Kim e17ae3a43a
initial commit
2024-08-01 22:57:38 +02:00

8 lines
82 B
Go

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