GoogleCloudPlatform / go-endpoints

Cloud Endpoints for Go
https://go-endpoints.appspot.com
Apache License 2.0
255 stars 56 forks source link

Add support for structs embedded by pointer #135

Open riannucci opened 8 years ago

riannucci commented 8 years ago

This addresses the embed-by-pointer issue that's related to #36. It also adds a test to ensure that embedding works at all.

riannucci commented 8 years ago

(force pushed to improve commit message)