WTF?! Isn't the point of an abstraction to make simple what is complex? Insert into a list should always be like the python example. If go's standard list doesn't have that, maybe it's time for someone to write a better library.
The insertion operation on slices is expensive and is not recommended to be used frequently.
If you use it frequently, please rethink and redesign your data structure, for example, use a list instead.