Need help with Go binding

Hey,

My colleague and I have been working on binding the most updated Torchlib to Go for our PyTorch production model. I attached the link below.

We reached the bottleneck where we tried to convert the Compilation unit to Module, and the compilation unit is a new thing. I wonder if we can get any help from the official PyTorch developers to help explain some C++ functions and classes.

Thanks!