• 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
Name
Last commit
Last update
..
Monster.cs Loading commit data...
Monster.go Loading commit data...
Monster.java Loading commit data...
Monster.kt Loading commit data...
Monster.lua Loading commit data...
Monster.php Loading commit data...
Monster.py Loading commit data...
__init__.py Loading commit data...