Closed
Description
Hi,
I generated Go types from smithy models. One member shape uses the Document
type. The generated code doesn't seem to compile:
In file: codegen/document/document.go:
func NewLazyDocument(v interface{}) Interface {
return internaldocument.NewDocumentMarshaler(v)
}
I get an error: NewDocumentMarshaler not declared by package document
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels