@@ -78,6 +78,11 @@ func main() {
continue
}
if isNumeric(upc) == true {
gtins = append(gtins, upc)
// Lower case the E
upc = strings.ToLower(upc)
// Split scientific notation at the e+ point
The note is not visible to the blocked user.