Fix json field tag syntax to be compatible with reflection.

Review Request #11170 — Created Sept. 11, 2020 and submitted

Information

rb-gateway
release-1.0.x
e25cbe1...

Reviewers

go vet was complaining about the syntax used on a couple of the json
tags. This didn't actually affect the way the code ran, but did indicate
an incompatibility with reflection in Go 1.8+.

  • Ran unit tests.
  • Ran go vet ./... without errors.
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-1.0.x (2bdfb4e)
Loading...