go2cs icon indicating copy to clipboard operation
go2cs copied to clipboard

Golang to C# Converter

Results 11 go2cs issues
Sort by recently updated
recently updated
newest added

Even though I am 2 days into GO (golang), I've been able to download, build and run csvq, onto a Windows 10 PC. Works brilliantly. So thought it would be...

Using VS 17.2.6, and .NET 6.0. After running batch file to get packages built, restarted Visual Studio. Keep getting build breaks on SortArrayType.Main(). While I understood what the code was...

I move go2cs.exe to bin folder and extract dependencies.zip to src folder. and when i run go2cs.exe, the console window showed up and closed immediately. nothing showed up. is there...

I am pleasantly impressed by all your work on this effort. Let me know if there is anything I can help with.

I change netstandard2.1 will show some error. PS: Error CS0266 can not change type 'long' to 'nint'。golib (netstandard2.1) ..\go2cs\src\gocore\golib\builtin.cs

Great job developing this project, it is simply amazing🎉 What are your thoughts regarding transpiling Go to F#? Is this something that you have considered?

Trying to use this but it appears to require a gopath to be set. On linux, I no longer use gopath in favor of using go modules which are now...

Hello, I stumbled across this project when looking for code that imports ``cmd/go`` for reference for a compiler I created called [go2hx](https://github.com/go2hx/go2hx). I believe we are sister projects with similar...