2
0

rename module

This commit is contained in:
2024-05-07 09:39:29 +03:00
parent 357666cb6f
commit f69f8d1b5c
6 changed files with 11 additions and 40 deletions
+1 -4
View File
@@ -1,6 +1,3 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/andoma-go/puddle/v2.svg)](https://pkg.go.dev/github.com/andoma-go/puddle/v2)
![Build Status](https://github.com/andoma-go/puddle/actions/workflows/ci.yml/badge.svg)
# Puddle
Puddle is a tiny generic resource pool library for Go that uses the standard
@@ -29,7 +26,7 @@ import (
"log"
"net"
"github.com/andoma-go/puddle/v2"
"git.company.lan/gopkg/puddle/v2"
)
func main() {