Inside src, the command go test ./... fails: most unit tests seem to fail & some of them even trigger exceptions.
We should either fix them or delete them entirely. I'm in favor of the first solution: an investigation is necessary to check whether the failures are actual bugs or not. We can fix them (the unit tests) in passing.
Inside
src, the commandgo test ./...fails: most unit tests seem to fail & some of them even trigger exceptions.We should either fix them or delete them entirely. I'm in favor of the first solution: an investigation is necessary to check whether the failures are actual bugs or not. We can fix them (the unit tests) in passing.