hi all i am starting with this language, I would ask where I can start? I program in c # asp.net would like to know also how this language can integrate with c #
thanks to all…
hi all i am starting with this language, I would ask where I can start? I program in c # asp.net would like to know also how this language can integrate with c #
thanks to all…
George named the best place to start.
For a quick language walkthrough, try gobyexample.com.
Services like awesome-go.com, golanglibs.com or go.libhunt.com can help finding the right Go lib for your purposes.
What level of integration are you looking for? Being able to consume C# libraries, or tools and services written in C#?
For the former, you can look at cgo, which allows you to interface with C (meaning you need a C shim layer for your C#).
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.