Skip to content

rancavil/go-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to implement a stack in Go

We are going to implement a generic stack in Go, which means that the stack could store any kind of item. To do that we'll use the empty interface (a empty interface may hold values of any type).

About

Stack data in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages