package bytecode type CodeObject struct { } func NewCodeObject() *CodeObject { return &CodeObject{} }