summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorDarren McCleary <darren.rmc@gmail.com>2017-08-30 14:18:24 -0400
committerDarren McCleary <darren.rmc@gmail.com>2017-08-30 14:18:24 -0400
commit81953bc8859f79ca7eff838951d54ef787f689a1 (patch)
treeedb18e849c1c5330ef0d5b70d5a6f18f08d4125b /internal
parent7c53431dc36059d8b42cf5a946b1f88ab54a28a4 (diff)
Updated example
Diffstat (limited to 'internal')
-rw-r--r--internal/example/example.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/example/example.go b/internal/example/example.go
index edf2388..dcd7002 100644
--- a/internal/example/example.go
+++ b/internal/example/example.go
@@ -104,7 +104,7 @@ func referenceCompare(fileStr string) (err error) {
err = os.MkdirAll(refDirStr, 0755)
if err == nil {
refFileStr = filepath.Join(refDirStr, baseFileStr)
- err = gofpdf.ComparePDFFiles(fileStr, refFileStr)
+ err = gofpdf.ComparePDFFiles(fileStr, refFileStr, true)
}
return
}