# Functions
GetInput attempts to get the input given the supplied name.
GetMultilineInput gets a multiline input given the supplied name.
NewLogger creates a logger that prints to stdout.
# Structs
GetInputOptions defines some options about how the input should be retrieved.
Logger is a very basic Github actions compatible logger.