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.
I forked original kata and translate it once again: https://www.codewars.com/kumite/5c18f45816537c77820006f0
Ok.
Done.
I'll do it.
Sorry for downvoting the comment. It did it accidently.
What did you exactly mean? Should I add something like the following to the 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