Re: [go-nuts] Disable directory listing with http.FileServer

2017-06-24 Thread koti
It won't serve index.html file by default like in case of neuteredReaddirFile On Wednesday, March 16, 2016 at 10:38:22 AM UTC+5:30, George Armhold wrote: > > I've settled on the following, which has the added benefit of returning 404 > for directories. > > > Corrections appreciated. > > > > type

[go-nuts] Re: Getting IP Address AND Hardware Address in golang...

2017-05-31 Thread koti . kelam
How to set ip address to a given interface? is there any built-in function or reference implementation? On Sunday, 15 December 2013 15:00:02 UTC+5:30, Curtis Paul wrote: > > Any ideas on how to list all of the local IP Address and Hardware > Addresses? > > I understand the following, it provid