1
0
mirror of https://github.com/IBM/fp-go.git synced 2025-08-10 22:31:32 +02:00

doc: try package doc

Signed-off-by: Dr. Carsten Leue <carsten.leue@de.ibm.com>
This commit is contained in:
Dr. Carsten Leue
2023-07-18 15:45:02 +02:00
parent aa0f043b95
commit 308fe48718
2 changed files with 3 additions and 0 deletions

View File

@@ -12,4 +12,6 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Package context contains versions of monads that work with a golang [context.Context]
package context

View File

@@ -1,3 +1,4 @@
// 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