jgraham909 / bloggo

Revel example bloggin application
MIT License
49 stars 17 forks source link

More elegant way of getting Type's name #9

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hey, Jeff.

Thank you for your bloggo application. I'm using it as a reference revmgo + revel implementation. Like the architectural decisions you've made. Why not to use standard Name() method in model.go in order to get names of Types.

References: Docs: Package reflect Golang-nuts: Reflection type.Name() weirdness

jgraham909 commented 10 years ago

Looks great thanks for the links to background discussion and documentation.