package fserr type Option func(*withCode) func MsgOption(msg string) Option { return func(w *withCode) { w.Msg = msg } }