Poprawiona nazwa modułu (dodany adres)
This commit is contained in:
		@@ -1,10 +1,11 @@
 | 
				
			|||||||
package main
 | 
					package main
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import (
 | 
					import (
 | 
				
			||||||
	"multisql/cfg"
 | 
					 | 
				
			||||||
	"multisql/mgr"
 | 
					 | 
				
			||||||
	"os"
 | 
						"os"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						"gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql/cfg"
 | 
				
			||||||
 | 
						"gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql/mgr"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	"log"
 | 
						"log"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
									
									
									
									
								
							@@ -1,3 +1,3 @@
 | 
				
			|||||||
module multisql
 | 
					module gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql
 | 
				
			||||||
 | 
					
 | 
				
			||||||
go 1.19
 | 
					go 1.19
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,12 +3,13 @@ package mgr
 | 
				
			|||||||
import (
 | 
					import (
 | 
				
			||||||
	"fmt"
 | 
						"fmt"
 | 
				
			||||||
	"log"
 | 
						"log"
 | 
				
			||||||
	"multisql/cfg"
 | 
					 | 
				
			||||||
	"multisql/psql"
 | 
					 | 
				
			||||||
	"os"
 | 
						"os"
 | 
				
			||||||
	"path"
 | 
						"path"
 | 
				
			||||||
	"sync"
 | 
						"sync"
 | 
				
			||||||
	"time"
 | 
						"time"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						"gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql/cfg"
 | 
				
			||||||
 | 
						"gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql/psql"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type Manager struct {
 | 
					type Manager struct {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,12 +3,13 @@ package psql
 | 
				
			|||||||
import (
 | 
					import (
 | 
				
			||||||
	"fmt"
 | 
						"fmt"
 | 
				
			||||||
	"log"
 | 
						"log"
 | 
				
			||||||
	"multisql/cfg"
 | 
					 | 
				
			||||||
	"os"
 | 
						"os"
 | 
				
			||||||
	"os/exec"
 | 
						"os/exec"
 | 
				
			||||||
	"path"
 | 
						"path"
 | 
				
			||||||
	"path/filepath"
 | 
						"path/filepath"
 | 
				
			||||||
	"runtime"
 | 
						"runtime"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						"gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql/cfg"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type Instance struct {
 | 
					type Instance struct {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user