Today is Saturday, so it is revision time.
Here is the solution for rot13Reader
exercise. This question asks to implement a Read()
method for rot13Reader
and read one byte at a time and substitute it with its rotate13 cipher code.
This was a fun exercise to work with the image
package.
Here is the custom implementation of Image
struct :
A beautiful RGB image created in GO