Introduction to Go's Make Function
Jun 6, 2025 · 1 min read · In my two previous blog posts, I wrote about how to create stacks and queues using the struct data type, which is specifically helpful when one wants to define a maximum capacity for the queue/stack. We can also define a maximum capacity for a slice ...
Join discussion