kargo
kargo copied to clipboard
Kargo determines the carrier of a tracking number barcode and checks if that tracking number is valid
Results
1
kargo issues
Sort by
recently updated
recently updated
newest added
Perhaps it's my unfamiliarity with Go, but I'm seeing two small errors in how the check digit is calculated. Comparing the code in ups.go to the algorithm described [here](https://www.codeproject.com/Articles/21224/Calculating-the-UPS-Tracking-Number-Check-Digit), it...