Skip to content

Commit

Permalink
core/barrier: m rename err
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Oct 11, 2024
1 parent 58ce711 commit 939d247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intra/core/barrier.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
Shared
)

var errTimeout = errors.New("barrier: timeout")
var errTimeout = errors.New("core: timeout")

// Work is the type of the function to memoize.
type Work[T any] func() (T, error)
Expand Down

0 comments on commit 939d247

Please sign in to comment.