Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I tend to use map[string]interface{} when I need a set. It works okay.


struct{} is better because it doesn't do an allocating. See: https://github.com/fatih/set/blob/master/set_ts.go#L18


Why interface{}? You're storing a value (and using space for it) that you don't need.




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

Search: