package
0.0.0-20250104060423-3134a63ef817
Repository: https://github.com/rexposadas/stack.git
Documentation: pkg.go.dev

# README

Purpose

This directory shows how to use generics.

You will need go version 1.8 or higher to run this example.

Running the example

go run main.go

Resources

A good tutorial on this:

https://www.youtube.com/watch?v=WpTKqnfp5dY

He explains generics in a simple way that contributed to this projects.