summaryrefslogtreecommitdiff
path: root/fpdf_test.go
diff options
context:
space:
mode:
authorYash Kamothi <yash@avendahealth.com>2019-02-27 12:06:52 -0800
committerYash Kamothi <yash@avendahealth.com>2019-02-27 12:06:52 -0800
commit6766a7e6d59e243ee86f02ff6646bdbc6464bbd8 (patch)
treec69d2424368d0d0dbabd837dc09c6a01a76e44ee /fpdf_test.go
parent567bef933d5649777a8b39772ad57dc9ddaba8d8 (diff)
added functionality to change the current page in the pdf document
Diffstat (limited to 'fpdf_test.go')
-rw-r--r--fpdf_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpdf_test.go b/fpdf_test.go
index d84de54..7d862fa 100644
--- a/fpdf_test.go
+++ b/fpdf_test.go
@@ -32,8 +32,8 @@ import (
"time"
"github.com/jung-kurt/gofpdf"
- "github.com/jung-kurt/gofpdf/internal/example"
- "github.com/jung-kurt/gofpdf/internal/files"
+ "../gofpdf/internal/example"
+ "../gofpdf/internal/files"
)
func init() {
@@ -2381,4 +2381,4 @@ func ExampleFpdf_SubWrite() {
example.Summary(err, fileStr)
// Output:
// Successfully generated pdf/Fpdf_SubWrite.pdf
-}
+} \ No newline at end of file