Closed mdb closed 5 years ago
Presumably, the use of models.InResponse in out/main.go was a typo. This corrects the typo to use a models.OutResponse.
models.InResponse
out/main.go
models.OutResponse
fixes issue #37
good catch, thanks!
Presumably, the use of
models.InResponse
inout/main.go
was a typo. This corrects the typo to use amodels.OutResponse
.fixes issue #37