# Functions
CheckContext validates that a context, if done, returns the appropriate error value stored in it.
InterfaceListToString converts []interface{} to []string by way of interface{}.
ReadLines reads lines from the file and returns them as []string and any error.