ok so the idea is that we would create some wrapper functions in go around the helm sdk (which is in go), write wrapper classes around that in c#, and then build on top of that to make a nuget package that we can publish. Something along the lines of what I believe https://github.com/manusa/helm-java/tree/main is doing
however, before I can run, I need to learn to crawl.
so I want to create a super simple go module with a simple function and see if I can get it to bind to my c# code.