package main import ( "errors" ) var ( err_deliver_write = errors.New("unable to write to filesystem while attempting to deliver message") )