correct version

This commit is contained in:
Marek Goc 2023-10-18 09:43:34 +02:00
parent 7b9ab21f20
commit 9dd9af82ef
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ import (
"os" "os"
"path/filepath" "path/filepath"
"git.ma-al.com/go-fitz" "git.ma-al.com/goc_marek/go-fitz"
) )
func ExampleNew() { func ExampleNew() {

View File

@ -9,7 +9,7 @@ import (
"path/filepath" "path/filepath"
"testing" "testing"
"git.ma-al.com/go-fitz" "git.ma-al.com/goc_marek/go-fitz"
) )
func TestImage(t *testing.T) { func TestImage(t *testing.T) {

2
go.mod
View File

@ -1,3 +1,3 @@
module git.ma-al.com/go-fitz module git.ma-al.com/goc_marek/go-fitz
go 1.21 go 1.21