package frameproto import ( "sourcecode.social/reiver/go-erorr" ) const ( errNilWriter = erorr.Error("frameproto: nil writer") )