From 6766a7e6d59e243ee86f02ff6646bdbc6464bbd8 Mon Sep 17 00:00:00 2001 From: Yash Kamothi Date: Wed, 27 Feb 2019 12:06:52 -0800 Subject: added functionality to change the current page in the pdf document --- fpdf_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fpdf_test.go') 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 -- cgit v1.2.1-24-ge1ad