go-bigip
go-bigip copied to clipboard
use pointer instead of int
according this https://stackoverflow.com/questions/38486564/golang-unmarshal-marshal-json-with-int-set-to-0-does-not-seem-to-work we should use *int instead of int if we want marshal 0 value.
fixes #74
This would greatly increase development velocity. Any ideas on where to start with a PR?
maybe they haven't started to write a language server for that