fix 36 line, in instruction(README.md from task) im found miss spell symbol
Visibility Organization Sort
Update instructions.md by ruslanuskembaev · Pull Request #2857 · exercism/go · GitHub)
you really need to assign my PR
with all best wishes, Ruslan =)
Would you mind explaining your proposed edit?
Your PR and post says “fix instructions”. There’s no indication of which exercise this is for or what is broken that needs fixing.
This is pretty assertive language!
sorry did not mean to insult you I don’t know English well enough
@ruslanuskembaev, what you see in the description of Logs, logs, logs is not a mistake. The example takes the log
variable and replaces with
.
That’s why the output of the call to Replace()
has a double thumbs-up.
log := "please replace '👎' with '👍'"
Replace(log, '👎', '👍')
// => please replace '👍' with '👍'"