summaryrefslogtreecommitdiff
path: root/ttfparser_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 /ttfparser_test.go
parent567bef933d5649777a8b39772ad57dc9ddaba8d8 (diff)
added functionality to change the current page in the pdf document
Diffstat (limited to 'ttfparser_test.go')
-rw-r--r--ttfparser_test.go2
1 files changed, 1 insertions, 1 deletions
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() {