This proposal modifies Go to add the "Description" field for interfaces on Windows hosts.
The "Description" field, rather than "FriendlyName", is used by Windows Performance Monitor and others when identifying interfaces. Making both fields accessible makes correlating back to specific interfaces easier. New to this, apologies if I am not following along to the process very well!
Reference - IP_ADAPTER_ADDRESSES_LH structure (iptypes.h):
https://learn.microsoft.com/en-us/windows/win32/api/iptypes/ns-iptypes-ip_adapter_addresses_lh
For #61033