[Patch] to ease debugging of ports utilizing go

From: <electricjozin_at_tutanota.com>
Date: Thu, 31 Aug 2023 19:04:36 UTC
Hi,
I recently needed to debug sysutils/docker (with gdb) utilizing the WITH_DEBUG_PORTS variable and I noticed some variables got "optimized out". In the attachment is a patch (diff for Mk/Uses/go.mk) that fixes just that.
The solution is based on the "Introduction" section here: https://go.dev/doc/gdb

Thanks!