Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This is wrong.
Solution setup has "firstNonRepeating" but test cases will try for "FirstNonRepeating", so Go can't find a function named like that. Notice the first letter is uppercase in the first character for tests but not the solution setup. Please fix this.
Approved
Approved the new translation
I forked original kata and translate it once again: https://www.codewars.com/kumite/5c18f45816537c77820006f0
Ok.
Still complains about description problem. Try to fork your translation, fix the description and publish it again?
Done.
I'll do it.
Sorry for downvoting the comment. It did it accidently.
This is the error I get when trying to approve. To fix it, take the current description of the kata and use that. The easiest way to do it is to start a new translation, copy-paste the description here, then do your changes and republish.
Oh, and thanks for downvoting my comment...
What did you exactly mean? Should I add something like the following to the description?
Description conflict. Try to edit and republish with updated description.
You need to add init function to kata_test package, with random seed initialization. like this:
func init() {
rand.Seed(time.Now().UnixNano())
}
Translation to Go is done. Please check and approve
https://www.codewars.com/kumite/5b9be10488d44a368300019e
Golang translation kumited, please check and approve
Nice one - could not stop laughing for a while.