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

8 lines
94 B
Go

package gofuncy
import (
"errors"
)
var ErrChannelClosed = errors.New("channel is closed")