Skip to content

Instantly share code, notes, and snippets.

View mpsanders's full-sized avatar

Mark Sanders mpsanders

  • Sydney Australia
View GitHub Profile

Keybase proof

I hereby claim:

  • I am mpsanders on github.
  • I am mpsanders (https://keybase.io/mpsanders) on keybase.
  • I have a public key whose fingerprint is 57A4 FA99 12FC E43C 8F42 AC8B 6586 12D1 D036 3B79

To claim this, I am signing this object:

@mpsanders
mpsanders / find.go
Last active November 21, 2017 08:46
package bench
import (
"bufio"
"bytes"
"errors"
"os"
"strconv"
)