This commit is contained in:
2024-04-09 00:01:28 +03:00
parent b9d24f45ff
commit 37ea64509a
19 changed files with 54 additions and 174 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
module github.com/alitto/pond/examples/pool_context
module git.company.lan/gopkg/pond/examples/pool_context
go 1.19
require github.com/alitto/pond v1.7.1
require git.company.lan/gopkg/pond v0.0.0-00010101000000-000000000000
replace github.com/alitto/pond => ../../
replace git.company.lan/gopkg/pond => ../../
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"os/signal"
"time"
"github.com/alitto/pond"
"git.company.lan/gopkg/pond"
)
// Pressing Ctrl+C while this program is running will cause the program to terminate gracefully.