So, I’m new to go & coming from a java background one thing I couldn’t find is a good collections framework for data structures like priority queues, treeSet, etc..
Is there provisions for this in the standard library or a good package anyone would suggest ?
#golang #DSA