Make your Go code efficient using make() when creating slices
Introduction
Slice is one of the powerful data types in Go which allows combining related values of the same type. In this blog, we will explore how we can improve the performance of your Go code faster using make() function when creating slices.
For...
sampath04.hashnode.dev4 min read
Zen
Good one, nice short and snappy read ! Keep adding more. Good to know about benchmark api's.