this post was submitted on 27 Jun 2023
19 points (91.3% liked)

Golang

2659 readers
8 users here now

This is a community dedicated to the go programming language.

Useful Links:

Rules:

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] otl 2 points 2 years ago

Do you know any projects that utilize this, so I can see an example implementation of this?

The sort package in the standard library uses testable examples (source code).