summaryrefslogtreecommitdiff
path: root/internal/example/example.go
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2019-09-07 13:01:30 -0400
committerKurt <kurt.w.jung@gmail.com>2019-09-07 13:01:30 -0400
commite123b55aba2106cced7941e31391fff7e59d200d (patch)
tree3330fc4156a823b8280c07e90e2c348a4b47c67d /internal/example/example.go
parent55163912400e026280068ffb69bef8b0b3c42778 (diff)
Adjust various import paths, rename example function
Diffstat (limited to 'internal/example/example.go')
-rw-r--r--internal/example/example.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/example/example.go b/internal/example/example.go
index 3365931..05e4827 100644
--- a/internal/example/example.go
+++ b/internal/example/example.go
@@ -19,11 +19,12 @@ package example
import (
"fmt"
- "gofpdf"
"os"
"path/filepath"
"strings"
"time"
+
+ "github.com/jung-kurt/gofpdf"
)
var gofpdfDir string