Merge pull request #1 from PMoneda/fix-twoofive-barcode-width

Change barcorde width from 2 to 3
This commit is contained in:
Phlippe Moneda 2017-09-07 12:47:09 -03:00 committed by GitHub
commit 4636cd05cc
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ var (
start: []bool{true, false, true, false},
end: []bool{true, true, false, true},
widths: map[bool]int{
true: 2,
true: 3,
false: 1,
},
},