go-bigip icon indicating copy to clipboard operation
go-bigip copied to clipboard

use pointer instead of int

Open zetaab opened this issue 7 years ago • 1 comments

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

zetaab avatar Oct 09 '18 10:10 zetaab

This would greatly increase development velocity. Any ideas on where to start with a PR?

jeremyjacob avatar Nov 18 '22 22:11 jeremyjacob

maybe they haven't started to write a language server for that

hanayashiki avatar Feb 05 '23 08:02 hanayashiki