scottdware / go-bigip

A Go package that interacts with F5 BIG-IP systems using the REST API.
MIT License
108 stars 118 forks source link

Fix monitor unmarshaling internal panic #58

Closed aughr closed 6 years ago

aughr commented 6 years ago

I'm sending up a small stream of PRs from an internal fork of go-bigip.

Without adding MonitorType to the DTO as well, the marshaling code internally panics, which ends up returning an error.