2
0

rename module

This commit is contained in:
2024-05-07 09:50:32 +03:00
parent da703e344f
commit ff905c39e4
193 changed files with 359 additions and 613 deletions
+1 -4
View File
@@ -1,6 +1,3 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/andoma-go/pgx/v5.svg)](https://pkg.go.dev/github.com/andoma-go/pgx/v5)
[![Build Status](https://github.com/andoma-go/pgx/actions/workflows/ci.yml/badge.svg)](https://github.com/andoma-go/pgx/actions/workflows/ci.yml)
# pgx - PostgreSQL Driver and Toolkit
pgx is a pure Go driver and toolkit for PostgreSQL.
@@ -22,7 +19,7 @@ import (
"fmt"
"os"
"github.com/andoma-go/pgx/v5"
"git.company.lan/gopkg/pgx/v5"
)
func main() {