package main import "fmt" func assemble(opts options) error { return fmt.Errorf("TODO") }