Poprawiona nazwa modułu (dodany adres)

This commit is contained in:
Arkadiusz Rychliński
2022-11-08 11:45:01 +01:00
parent abfa87b523
commit b5fbe5df98
4 changed files with 9 additions and 6 deletions

View File

@ -3,12 +3,13 @@ package mgr
import (
"fmt"
"log"
"multisql/cfg"
"multisql/psql"
"os"
"path"
"sync"
"time"
"gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql/cfg"
"gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql/psql"
)
type Manager struct {