One of the strong data type in Python is List. Do we have something similar in Go?
In essence, I am looking for heterogeneous collection of element allowing easy methods to insert (at any index), delete element, create slices from.
[Is there a] Go[...] datatype similar to List in Python [?]
No, there is not.