I agree that there is good learning in having different formats required for different functions, but the comments provided should hint to that by stating an example input (not one that is on the tests as to discourage cheating the tests, but ones that are representative of the format) so there is less confusion when first starting the exercise.
Just for context, these are the instructions of the booking-up-for-beauty concept exercise:
https://github.com/exercism/go/blob/main/exercises/concept/booking-up-for-beauty/.docs/instructions.md
@JayZeeeS Do you have an idea how to improve the instructions?
Personally I found the instruction easy to understand and I think the examples made the required format obvious. And even if I had missed that at first, I would’ve probably caught it when the tests failed and I had to re-read the task.
But that’s really just me, I might not be representative here.
[Edit: corrected the link]