ryanbnl / csharptogo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csharptogo

  • Install .Net Core stuff.
  • Install Go stuff.
  • Install GCC stuff

??

PROFIT

.... or build the gostuff like

go build -o helloworld.dll -buildmode=c-shared -o HelloWorld.dll

then the dotnet stuff like

dotnet build

You can open the folder in Visual Studio for C# and GoLand for the Go and that seems to work. Yay.

About


Languages

Language:C# 80.2%Language:Go 19.8%