Merge pull request #1 from PMoneda/fix-twoofive-barcode-width
Change barcorde width from 2 to 3
This commit is contained in:
commit
4636cd05cc
|
@ -45,7 +45,7 @@ var (
|
||||||
start: []bool{true, false, true, false},
|
start: []bool{true, false, true, false},
|
||||||
end: []bool{true, true, false, true},
|
end: []bool{true, true, false, true},
|
||||||
widths: map[bool]int{
|
widths: map[bool]int{
|
||||||
true: 2,
|
true: 3,
|
||||||
false: 1,
|
false: 1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue