This website requires JavaScript.
Explore
Help
Register
Sign In
eburk
/
stack
Watch
1
Star
0
Fork
0
You've already forked stack
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Evan Burkey
6ef75cdc94
Add ptr/non-ptr versions of Peek & Pop
2023-07-07 12:36:17 -07:00
.gitignore
init
2023-07-06 14:40:52 -07:00
.gitlab-ci.yml
Update .gitlab-ci.yml file
2023-07-06 21:49:16 +00:00
go.mod
fix mod path
2023-07-07 11:33:14 -07:00
go.sum
fix mod path
2023-07-07 11:33:14 -07:00
LICENSE
init
2023-07-06 14:40:52 -07:00
README.md
init
2023-07-06 14:40:52 -07:00
stack_test.go
Add ptr/non-ptr versions of Peek & Pop
2023-07-07 12:36:17 -07:00
stack.go
Add ptr/non-ptr versions of Peek & Pop
2023-07-07 12:36:17 -07:00
README.md
stack
A super simple stack implementation using generics
Description
Simple Go stack implementation
Readme
32
KiB
Languages
Go
100%