Skip to content

Instantly share code, notes, and snippets.

@mrmeku
Created May 29, 2018 20:31
Show Gist options
  • Save mrmeku/d5273cf386c5f3b70c8e46369a922ab0 to your computer and use it in GitHub Desktop.
Save mrmeku/d5273cf386c5f3b70c8e46369a922ab0 to your computer and use it in GitHub Desktop.
case MAZDA:
done.run(GetCarsResponse.newBuilder()
.addCars(newCar("Miata", MAZDA))
.addCars(newCar("Mazda3", MAZDA))
.build());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment