Instructions:
- Run the main.go file and open the file uploading page at localhost:9090/upload
Assumptions:
- The file passed to the server must be valid.
- The file ends with EOL character
- I am currently using the bufio package Readline() to read lines, so the same assumptions regarding line length apply.