package wal func must(err error) { if err != nil { panic(err) } }