I'm trying to pass a python string array to Go, so I need to construct a 'GoSlice' from a python string array. A quick google search shows how to do this for integer arrays but I'm struggling to so the same for string arrays. Any help would be appreciated