diff options
author | Kurt <kurt.w.jung@gmail.com> | 2019-09-07 09:34:11 -0400 |
---|---|---|
committer | Kurt <kurt.w.jung@gmail.com> | 2019-09-07 09:34:11 -0400 |
commit | 55163912400e026280068ffb69bef8b0b3c42778 (patch) | |
tree | f467ebd1ea382a4030e49c656d5f9aaa9d1f8dd1 /internal | |
parent | 225d875579b542d345946a136d24f8add53b4dc3 (diff) | |
parent | 5d0bba740b8c3f5619d5a39b724f4d59e99fe4b4 (diff) |
Merge branch 'strikeout' of https://github.com/Rjinswand/gofpdf into Rjinswand-strikeout
Diffstat (limited to 'internal')
-rw-r--r-- | internal/example/example.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/example/example.go b/internal/example/example.go index 05e4827..3365931 100644 --- a/internal/example/example.go +++ b/internal/example/example.go @@ -19,12 +19,11 @@ package example import ( "fmt" + "gofpdf" "os" "path/filepath" "strings" "time" - - "github.com/jung-kurt/gofpdf" ) var gofpdfDir string |