diff options
author | Yash Kamothi <yash@avendahealth.com> | 2019-02-27 12:18:39 -0800 |
---|---|---|
committer | Yash Kamothi <yash@avendahealth.com> | 2019-02-27 12:18:39 -0800 |
commit | 316a528a8b2eb9016e36d3be2f6e04eb5eb673d5 (patch) | |
tree | 4c0e2f4dd3d1f9da54edaf91ca82ed20ff66ef79 /ttfparser_test.go | |
parent | 6766a7e6d59e243ee86f02ff6646bdbc6464bbd8 (diff) |
cleanup for pull request
Diffstat (limited to 'ttfparser_test.go')
-rw-r--r-- | ttfparser_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ttfparser_test.go b/ttfparser_test.go index 5aaf244..3286db2 100644 --- a/ttfparser_test.go +++ b/ttfparser_test.go @@ -21,7 +21,7 @@ import ( "fmt" "github.com/jung-kurt/gofpdf" - "../gofpdf/internal/example" + "github.com/jung-kurt/gofpdf/internal/example" ) func ExampleTtfParse() { |