Avatar of Matt Moriarity
Matt Moriarity

Feeling pretty bad at computers when I can’t even make Go copy a file correctly.

Update: Turns out that Go puts the arguments to copy with the destination first. Since Files are readers and writers, getting them backwards is not a type error.