In this challenge, you will write code in the Go programming language to encode alphabetic strings using run-length encoding. You will also write the corresponding decode function to recover the original string.
Prerequisites
Knowledge of Go
Intended audience
Beginner Go developers
What will be assessed
Your ability to write Go code within a time-limited environment