From 308fe487189ed307524ccfce70eb89adcf2446dd Mon Sep 17 00:00:00 2001 From: "Dr. Carsten Leue" Date: Tue, 18 Jul 2023 15:45:02 +0200 Subject: [PATCH] doc: try package doc Signed-off-by: Dr. Carsten Leue --- context/doc.go | 2 ++ context/readerioeither/doc.go | 1 + 2 files changed, 3 insertions(+) diff --git a/context/doc.go b/context/doc.go index 514b137..9f3bcfc 100644 --- a/context/doc.go +++ b/context/doc.go @@ -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 diff --git a/context/readerioeither/doc.go b/context/readerioeither/doc.go index deb5ba8..b8d5612 100644 --- a/context/readerioeither/doc.go +++ b/context/readerioeither/doc.go @@ -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