Below is a Go program that has an initialized variable reader.
Your task is to use the reader.Seek() method to move the position of the reader to the last 7 bytes, and then use the reader.Read() method to read and print the last 7 bytes of the textSource.