summaryrefslogtreecommitdiff
path: root/def.go
diff options
context:
space:
mode:
authorDave Barnes <phpdave11@gmail.com>2019-05-15 11:25:39 -0500
committerDave Barnes <phpdave11@gmail.com>2019-05-15 11:25:39 -0500
commitce8a12ff5655c57989b925abc0b8a3a1e6535d59 (patch)
treeea613107fea203958236495fa9b516c2a781560c /def.go
parent0fb5126fefeb1a7be7ed1c4dac02539af931a237 (diff)
Clean up code based on jung-kurt's feedback.
Diffstat (limited to 'def.go')
-rw-r--r--def.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/def.go b/def.go
index f725f01..efa573e 100644
--- a/def.go
+++ b/def.go
@@ -507,7 +507,7 @@ type Fpdf struct {
importedObjs map[string][]byte // imported template objects (gofpdi)
importedObjPos map[string]map[int]string // imported template objects hashes and their positions (gofpdi)
importedTplObjs map[string]string // imported template names and IDs (hashed) (gofpdi)
- importedTplIds map[string]int // imported template ids hash to object id int (gofpdi)
+ importedTplIDs map[string]int // imported template ids hash to object id int (gofpdi)
buffer fmtBuffer // buffer holding in-memory PDF
pages []*bytes.Buffer // slice[page] of page content; 1-based
state int // current document state