1 2 3 4 5 6 7 8 9
package proto import "testing" func TestClientData_EncodeAware(t *testing.T) { Gold(t, ClientData{ TableName: "Foo", }) }