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.
gj
Now is working
Best solutions not work. Best solution have this error in tests.
All tests have the same form. Before posting an issue look at the top of the page: 692 people passed the Golang kata; if something were wrong somebody would have seen it before you. Cheers.
Expected
<[]string | len:0, cap:0>: nil
to equal
<[]string | len:0, cap:0>: []
Not valid tests golang. In task expected []string, but in tests expected nil