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 --- ttfparser_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ttfparser_test.go') diff --git a/ttfparser_test.go b/ttfparser_test.go index 3286db2..5aaf244 100644 --- a/ttfparser_test.go +++ b/ttfparser_test.go @@ -21,7 +21,7 @@ import ( "fmt" "github.com/jung-kurt/gofpdf" - "github.com/jung-kurt/gofpdf/internal/example" + "../gofpdf/internal/example" ) func ExampleTtfParse() { -- cgit v1.2.1-24-ge1ad