diff --git a/cmd/toast/main.go b/cmd/toast/main.go index b7113b4..433fc90 100644 --- a/cmd/toast/main.go +++ b/cmd/toast/main.go @@ -62,6 +62,7 @@ func main() { Structs: c.Structs, TypeDefs: c.TypeDefs, Interfaces: c.Interfaces, + Funcs: c.Funcs, } p.Files = append(p.Files, f) }