summaryrefslogtreecommitdiff
path: root/ttfparser_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ttfparser_test.go')
-rw-r--r--ttfparser_test.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/ttfparser_test.go b/ttfparser_test.go
index 3286db2..b157d98 100644
--- a/ttfparser_test.go
+++ b/ttfparser_test.go
@@ -19,9 +19,8 @@ package gofpdf_test
import (
"bytes"
"fmt"
-
- "github.com/jung-kurt/gofpdf"
- "github.com/jung-kurt/gofpdf/internal/example"
+ "gofpdf"
+ "gofpdf/internal/example"
)
func ExampleTtfParse() {