/type-method-demo

Demonstrates the unique properties of type methods in Go

Primary LanguageGo

This is a demo of one of the most confusing but useful topics in Go: how methods are attached to types rather than classes, unlike other modern languages like C++, Python, and Java.

The tests can be executed using

go test -v