Documentation
¶
Index ¶
- func DateTimeFromString(dateTimeStr string) (*time.Time, error)
- func Must[T any](res T, err error) T
- func MustDateTimeFromString(dateTimeStr string) *time.Time
- func NewGoroGroup() *goroGroup
- func NewTimeout(duration time.Duration) (cancel func(), errorChannel <-chan error)
- func NoErr(err error)
- func Pointer[T any](value T) *T
- func Reduce[T any](arr []T, f reduceFunc[T]) T
- func ReduceSeq[T any](seq iter.Seq[T], f reduceFunc[T]) T
- type Error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustDateTimeFromString ¶ added in v0.2.0
func NewGoroGroup ¶
func NewGoroGroup() *goroGroup
func NewTimeout ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.