GoogleCloudPlatform / go-endpoints

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

Is this idiomatic? #138

Closed mvpmvh closed 8 years ago

mvpmvh commented 8 years ago

Scanning through the source, this seems a bit similar to Martini, particularly the "magic of reflection." I thought this was frowned upon in the Go community?

campoy commented 8 years ago

It is not the most idiomatic framework, but it is still pretty useful.