Zmiana nazwy modułu
This commit is contained in:
parent
ccd0ba0e5f
commit
da44ecf8e6
@ -3,8 +3,8 @@ package main
|
|||||||
import (
|
import (
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql/cfg"
|
"baal.ar76.eu/x/pub/multisql/cfg"
|
||||||
"gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql/mgr"
|
"baal.ar76.eu/x/pub/multisql/mgr"
|
||||||
|
|
||||||
"log"
|
"log"
|
||||||
)
|
)
|
||||||
|
2
go.mod
2
go.mod
@ -1,3 +1,3 @@
|
|||||||
module gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql
|
module baal.ar76.eu/x/pub/multisql
|
||||||
|
|
||||||
go 1.19
|
go 1.19
|
||||||
|
@ -8,8 +8,8 @@ import (
|
|||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql/cfg"
|
"baal.ar76.eu/x/pub/multisql/cfg"
|
||||||
"gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql/psql"
|
"baal.ar76.eu/x/pub/multisql/psql"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Manager struct {
|
type Manager struct {
|
||||||
|
@ -9,7 +9,7 @@ import (
|
|||||||
"path/filepath"
|
"path/filepath"
|
||||||
"runtime"
|
"runtime"
|
||||||
|
|
||||||
"gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql/cfg"
|
"baal.ar76.eu/x/pub/multisql/cfg"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Instance struct {
|
type Instance struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user