drgrib / type-method-demo

Demonstrates the unique properties of type methods in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Demonstrates the unique properties of type methods in Go


Languages

Language:Go 100.0%