I am trying to debug core in golang using delve. However for, there is mismatch in directory when loading the backtrace
Instead of loading it as x/y/src/test/count.go it is loading it as x/y/test/count.go
Because of which I am not able to list the functions. Is there a way to load it right path like gdb something like directory/source.