added a comment

This commit is contained in:
Valentijn
2026-03-09 23:23:18 +01:00
parent 87cfe02231
commit d296e21220

View File

@@ -50,7 +50,7 @@ func main() {
log.Fatal(err) log.Fatal(err)
} }
// if theres a result, print it.
log.Printf("Code: %s, Postal Code: %s, Tracking Service: %s", code, postal, provider) log.Printf("Code: %s, Postal Code: %s, Tracking Service: %s", code, postal, provider)
} }