[go-nuts] multiple rangefunc iterators: restart?

2024-05-23 Thread Rory Campbell-Lange
I've been playing with with rangefunc experiment, with help from https://go.dev/wiki/RangefuncExperiment and the possible idioms that might come out of it (https://blog.perfects.engineering/go_range_over_funcs is a good read). One somewhat eccentric use of nested iterators I built in the past i

Re: [go-nuts] Re: Call the .net dlls into the golang

2024-05-23 Thread 'Brian Candler' via golang-nuts
"try building at the command line" That's your clue. You'll most likely get a meaningful error message on stderr, which your IDE is hiding. On Thursday 23 May 2024 at 13:47:10 UTC+1 Pavan Kumar A R wrote: > Hello , > > I am try to call the c program in the golang , but i am getting the issue

Re: [go-nuts] Re: Call the .net dlls into the golang

2024-05-23 Thread Pavan Kumar A R
Hello , I am try to call the c program in the golang , but i am getting the issue . please see the error message : package main go list failed to return CompiledGoFiles. This may indicate failure to perform cgo processing; try building at the command line. See https://golang.org/issue/38990.