ctors: include implicit inputs/outputs

This commit is contained in:
Michael McLoughlin
2018-12-02 21:12:56 -08:00
parent 82b31fa0da
commit 96a5c5fe1e
5 changed files with 160 additions and 141 deletions

View File

@@ -9,8 +9,6 @@ import (
"github.com/mmcloughlin/avo/internal/inst"
)
const pkg = "github.com/mmcloughlin/avo"
type Interface interface {
Generate([]inst.Instruction) ([]byte, error)
}