From 26b3b10234f373f1a40f2beab3dd4c31ba963b59 Mon Sep 17 00:00:00 2001 From: Robert van Gent Date: Fri, 1 Mar 2024 10:57:22 -0800 Subject: [PATCH] docstore/all: Add a link to https://github.com/bartventer/docstore-gen. (#3390) --- docstore/doc.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docstore/doc.go b/docstore/doc.go index 9082b4993f..297bcc4bce 100644 --- a/docstore/doc.go +++ b/docstore/doc.go @@ -267,4 +267,8 @@ // https://opencensus.io/quickstart/go/tracing. // To enable metric collection in your application, see "Exporting stats" at // https://opencensus.io/quickstart/go/metrics. +// +// # GORM-like Code Generation +// +// You may find https://github.com/bartventer/docstore-gen useful. package docstore // import "gocloud.dev/docstore"