Samuel has just finished writing one of his favorite movie quotes in a file called hamburger.txt — Now, he wants to create a Go program that opens and reads this file's contents in chunks and finally prints the read contents to the terminal.
Samuel has already written some code but forgot how to create a buffer and how to use the Read() function to read the file in chunks. Can you help him write the additional required code to achieve the above tasks?
Below is the expected output of the program if correctly reading the file in chunks:
Mm-hmm! This is a tasty burger!
Vincent! You ever had a Big Kahu
na burger?