You can't call .NET functions directly from Go. Go programs and .NET have two completely different runtimes. You would need some form of inter-process communication (IPC).
On Wednesday 22 May 2024 at 14:31:04 UTC+2 Pavan Kumar A R wrote: > Hello , > > I build the.net dlls in the target framework, which is.net-framework 2.0, > and inside the.net dlls are some functions. I want to call this function > in Golang. How can I call the.net function in Golang? Please help out > here. > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/6ca2d475-9fd3-4549-9f8e-576d92ed70b5n%40googlegroups.com.