my playground projects test different technologies
in the stack module we have the thread safe implementation of stack data structure using a list as the underlying data structure. Also, I have implemented a Reverse Polish Notation (RPN) using a stack data structure.
go get github.com/cosmtrek/air
go run github.com/cosmtrek/air
the visit the http://localhost:3000