go-python / gopy

gopy generates a CPython extension module from a go package.
BSD 3-Clause "New" or "Revised" License
2.05k stars 113 forks source link

Added tests for checking python side type of values of a maps #287

Closed nishantsharma closed 2 years ago

nishantsharma commented 2 years ago

Updates to make sure that when a go map is moved over to python, the type of its values is as expected. Also, checking for the map of string maps case.