summaryrefslogtreecommitdiff
path: root/ttfparser_test.go
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2019-09-07 09:34:11 -0400
committerKurt <kurt.w.jung@gmail.com>2019-09-07 09:34:11 -0400
commit55163912400e026280068ffb69bef8b0b3c42778 (patch)
treef467ebd1ea382a4030e49c656d5f9aaa9d1f8dd1 /ttfparser_test.go
parent225d875579b542d345946a136d24f8add53b4dc3 (diff)
parent5d0bba740b8c3f5619d5a39b724f4d59e99fe4b4 (diff)
Merge branch 'strikeout' of https://github.com/Rjinswand/gofpdf into Rjinswand-strikeout
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() {