package instruction type Instruction interface { newInstruction() Instruction } func newInstruction() {}