Hacker News new | past | comments | ask | show | jobs | submit login

Golang newbie here. Using a slice to hold different struct types of the same interface, finding it very annoying that every time I want to access a common attribute of the struct types I need to define a getter/setter.



Perhaps you could try creating a struct with just the common properties, then embed the common struct in all your 'extended' structs. Eg. http://www.hydrogen18.com/blog/golang-embedding.html


That sounds like a bit of a hack. I like it.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: