[go-nuts] Re: Offline version of A Tour of Go

2024-04-24 Thread Tony M
thanks this was helpful. Is there a good rule of thumb when updating old "go get" instructions. e.g. Go Tour (googlesource.com)

[go-nuts] net.Listen -- How to listen to ipv6 & ipv4 local-loopback BUT NOT external interfaces

2024-01-10 Thread Tony M
How do I listen on all* local / loopback* ipv4 /ipv6 interfaces? net.Listen('tcp', ':') listens on all interfaces. For my application (oauth token listener) I only want to listen to local / loopback go doc Net.listen: * if the host in the address parameter is empty or a literal