• Hannah Howard's avatar
    Switch to google protobuf generator (#105) · 536970d8
    Hannah Howard authored
    * feat(message): switch to google protobuf
    
    after tracking down an error in Unmarshal code generate by gogoprotobuf, and verifying this is a
    bug in the library, which appears unmaintained, try switching to google's own golang protobuf tools
    
    * fix(message): upgrade msgio
    
    resolve bad message strings
    
    * feat(message): initialize empty extensions
    
    Initialize extensions to map if nil
    536970d8
virtual.go 6.98 KB