Method-sets

  • Published on
    In Go, understanding method sets helps you know how to properly give your robots (or any other objects) their abilities and how to use those abilities correctly. It’s like knowing which remote control works with which toy! So, your toy robots (structs) can do different things (methods), and whether you give them abilities directly or through a special key (pointer) changes how you can use those abilities.