Saurabh
Saurabh
Updated code block with main function so that code executes locally
Improved case structure in test function `TestDivideFood` Changes expected error message type from `string` to `error` in test function `TestDivideFoodSillyNephewError`
There's a lot of gap between the "Introduction" and "Instruction" sections. In the "Introduction" section, only the first paragraph has information about interfaces. Everything else is about errors. In the...
Couple if issues with this exercise: + Introduction section doesn't have an example for returning a pointer to struct + NewCar Function: 1. Tests are not using it. 2. Instructions...
[Codecov](https://about.codecov.io/) is a code coverage solution which provides visibility into the parts of code which are not covered by unit tests. Visibility of an implementation (located in `exercises/concept//.meta/exemplar.go`) against its...
Hint for `time.Parse` alone is not helpful. Even minor changes can render the time incorrect. This could be frustrating for learners.