Golang: Removing or Hiding Fields in JSON Marshal
If you want to remove a field from a struct just put `json:”-“` in front of the fields you want to hide: Take a look… Read More »Golang: Removing or Hiding Fields in JSON Marshal
If you want to remove a field from a struct just put `json:”-“` in front of the fields you want to hide: Take a look… Read More »Golang: Removing or Hiding Fields in JSON Marshal