printing: commit some refactors (probably broken)
This commit is contained in:
@@ -6,14 +6,16 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/mmcloughlin/avo/internal/inst"
|
||||
"github.com/mmcloughlin/avo/internal/prnt"
|
||||
"github.com/mmcloughlin/avo/printer"
|
||||
)
|
||||
|
||||
type ctors struct {
|
||||
cfg Config
|
||||
generator
|
||||
cfg printer.Config
|
||||
prnt.Generator
|
||||
}
|
||||
|
||||
func NewCtors(cfg Config) Interface {
|
||||
func NewCtors(cfg printer.Config) Interface {
|
||||
return GoFmt(&ctors{cfg: cfg})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user