Skip to content

Instantly share code, notes, and snippets.

View vshankar's full-sized avatar
🎯
Focusing

Venky Shankar vshankar

🎯
Focusing
View GitHub Profile
@vshankar
vshankar / quickparsefuse.go
Created October 3, 2012 06:42 — forked from csabahenk/quickparsefuse.go
Quick printer (for glusterfs and github.com/csabahenk/strace-fusedump produced) FUSE dumps
package main
import (
"fmt"
"io"
"log"
"os"
"unsafe"
)