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

jsonMarshal function is broken #74

Open zetaab opened 6 years ago

zetaab commented 6 years ago

I am trying to update pool using ModifyPool. My goal is to update slowramptime to 0seconds. However, it is not possible using current master.

https://gist.github.com/zetaab/2a0b7381f75e79c56173c6af56292ca7

I can setup any other value there than zero