I am working on a project in which I am using dll provided by http://aforgenet.com/ in C#. I need to use the same thing in Golang. I have checked out CGO Documentation, but it is about C, not C#. Since binding in C# and C are different, I doubt it will work with CGO. How can I use C# DLL in Golang?
I am not able to understand the example given in this answer. It is about system libraries. If someone can give a very basic example of code written in C# being imported in Golang, I will be very grateful.