Sorry, I made a mistake.I will delete this comment. Nice kata. Thank you
error in tests for Go:
./kata_test.go:38:24: cannot use n (variable of type uint) as int value in argument to CountBits
you should initialize the result like this result := make([]int, 0)
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
Sorry, I made a mistake.I will delete this comment. Nice kata. Thank you
error in tests for Go:
codewarrior/kata_test [codewarrior/kata.test]
./kata_test.go:38:24: cannot use n (variable of type uint) as int value in argument to CountBits
you should initialize the result like this result := make([]int, 0)
This comment is hidden because it contains spoiler information about the solution