Skip to content

Instantly share code, notes, and snippets.

View abenezerBelachew's full-sized avatar
🐎
What weighs more? A 200 kg horse or a 200 kg mattress?

Abenezer Belachew abenezerBelachew

🐎
What weighs more? A 200 kg horse or a 200 kg mattress?
View GitHub Profile
@abenezerBelachew
abenezerBelachew / go-stdlib-interface-selected.md
Created May 19, 2024 18:37 — forked from asukakenji/go-stdlib-interface-selected.md
Go (Golang) Standard Library Interfaces (Selected)

Go (Golang) Standard Library Interfaces (Selected)

This is not an exhaustive list of all interfaces in Go's standard library. I only list those I think are important. Interfaces defined in frequently used packages (like io, fmt) are included. Interfaces that have significant importance are also included.

All of the following information is based on go version go1.8.3 darwin/amd64.