Go to file
2023-12-08 10:46:19 -05:00
.idea Started Go Project 2023-12-07 11:34:00 -05:00
.gitignore Initial commit 2023-12-07 09:51:22 -05:00
error.go completed check digit algorithm and file writing 2023-12-07 16:54:12 -05:00
go.mod Started Go Project 2023-12-07 11:34:00 -05:00
LICENSE Initial commit 2023-12-07 09:51:22 -05:00
main.go fixed even digit bug 2023-12-08 10:46:19 -05:00
README.md Updated README.md for better grammar and accuracy to what the program does 2023-12-07 16:56:48 -05:00
test.txt completed check digit algorithm and file writing 2023-12-07 16:54:12 -05:00

checkdigitCalculator

This is a calculator written in Go to process a text file of a large list of UPCs calculating their Check Digits.