summaryrefslogtreecommitdiff
path: root/ttfparser_test.go
diff options
context:
space:
mode:
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() {