Data Structures with Go - Part 4: Stacks
All code from this tutorial can be found here.
After completing this tutorial you should be able to:
Create arrays and slices.
Use the makefunction.
Create methods for structs.
Create statically allocated stacks.
Create dynamically allocated st...
aahansingh.hashnode.dev7 min read