fix warnings
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
"pdfmerge/internal/pdf/creator"
|
||||
"gitea.tecamino.com/paadi/pdfmerge/internal/pdf/creator"
|
||||
)
|
||||
|
||||
type DirSource struct {
|
||||
|
||||
@@ -7,9 +7,9 @@ import (
|
||||
|
||||
"os"
|
||||
|
||||
"pdfmerge/internal/pdf/creator"
|
||||
"gitea.tecamino.com/paadi/pdfmerge/internal/pdf/creator"
|
||||
|
||||
"pdfmerge/internal/pdf/core"
|
||||
"gitea.tecamino.com/paadi/pdfmerge/internal/pdf/core"
|
||||
|
||||
"golang.org/x/image/tiff"
|
||||
)
|
||||
|
||||
@@ -5,9 +5,9 @@ import (
|
||||
"io"
|
||||
"os"
|
||||
|
||||
"pdfmerge/internal/pdf/creator"
|
||||
"gitea.tecamino.com/paadi/pdfmerge/internal/pdf/creator"
|
||||
|
||||
pdf "pdfmerge/internal/pdf/model"
|
||||
pdf "gitea.tecamino.com/paadi/pdfmerge/internal/pdf/model"
|
||||
)
|
||||
|
||||
type PDFSource struct {
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"pdfmerge/internal/pdf/creator"
|
||||
"gitea.tecamino.com/paadi/pdfmerge/internal/pdf/creator"
|
||||
)
|
||||
|
||||
type Mergeable interface {
|
||||
|
||||
Reference in New Issue
Block a user