aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-08-01 14:52:36 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-08-01 14:52:36 +0200
commitb644d8d415b541378794594e39a34eae88684741 (patch)
tree932edd936aff03efbdcef3f816a566659b2bcd77
parent6c174bebade1627a837e70bec827753446d6498a (diff)
downloadgo-gg-b644d8d415b541378794594e39a34eae88684741.tar.gz
pgruntime: link to pkg.go.dev for gg-pgx
-rw-r--r--pgruntime/pgruntime.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgruntime/pgruntime.go b/pgruntime/pgruntime.go
index 0283eaa..6658b4c 100644
--- a/pgruntime/pgruntime.go
+++ b/pgruntime/pgruntime.go
@@ -25,5 +25,5 @@
// [easypg]: https://pkg.go.dev/github.com/sapcc/go-bits/easypg
// [lib/pq]: https://pkg.go.dev/github.com/lib/pq
// [pgx]: https://pkg.go.dev/github.com/jackc/pgx/v5
-// [gg-pgx]: https://git.xyrillian.de/go-gg-pgx/
+// [gg-pgx]: https://pkg.go.dev/go.xyrillian.de/gg-pgx
package pgruntime