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
"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
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.