summaryrefslogtreecommitdiff
path: root/internal/example/example.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 /internal/example/example.go
parent225d875579b542d345946a136d24f8add53b4dc3 (diff)
parent5d0bba740b8c3f5619d5a39b724f4d59e99fe4b4 (diff)
Merge branch 'strikeout' of https://github.com/Rjinswand/gofpdf into Rjinswand-strikeout
Diffstat (limited to 'internal/example/example.go')
-rw-r--r--internal/example/example.go3
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