• iceboy's avatar
    [Go] Object API support (#5339) · 32254b7a
    iceboy authored
    * start
    
    * works for current usages!
    
    * unpack: vector of struct
    
    * optimize byte slice
    
    * support nested struct
    
    * support null table
    
    * support struct
    
    * support union
    
    * update generated code
    
    * grumble
    
    * fix compiler warning
    
    * update generated code
    
    * wrap type in namespace
    
    * bug
    
    * wrap in namespace
    
    * enum byte arrays
    
    * generate struct for unions
    
    * basic testing
    
    * remove branching
    
    * fix assert
    
    * pack vector of fixed structs correctly
    
    * omit null vectors
    
    * Refactor Union Pack and UnPack methods
    
    Remove append usage to increase code efficiency when dealing with large vectors
    
    * generate goldens
    32254b7a
InParentNamespace.go 1.13 KB