In 2012, starting again with golang.
Okay, so suppose I want to do the equivalent of this Python:
def main(outbox, inbox):
important_senders = recipients(outbox)
I guess I need to be able to open the outbox file and accumulate stuff in a map. Hmm, isn't there a thing about named return values? How does that work? Oh, (name type, name type, name type) after the argument list.
How do I open a file? os.Open.
To: Kragen Sitaker <kragen>