Developer from somewhere
go build -gcflags "-N -l" your_file.go
and after that:
gdb ./your_file
Continue with info from here