mirror of
https://github.com/IBM/fp-go.git
synced 2025-06-27 00:41:07 +02:00
5 lines
220 B
Go
5 lines
220 B
Go
// Package readerioeither contains a version of [ReaderIOEither] that takes a golang [context.Context] as its context
|
|
package readerioeither
|
|
|
|
//go:generate go run ../.. contextreaderioeither --count 10 --filename gen.go
|