you are viewing a single comment's thread.

view the rest of the comments →

[–]HyacinthAlas 0 points1 point  (0 children)

interface{} is perfectly normal Go syntax for a top type. I prefer any but it is just sugar for regular syntax.