@@ -78,6 +78,8 @@ func main() {
continue
}
// Lower case the E
upc = strings.ToLower(upc)
// Split scientific notation at the e+ point
upcArray := strings.Split(upc, "e+")
The note is not visible to the blocked user.