[go-nuts] Re: Is it possible to serve a directory without indexing the contents?

2016-09-15 Thread tobyjaguar
this when this function gets called, and I'm not seeing where it would return the file and the error. thank you On Thursday, September 15, 2016 at 4:40:46 PM UTC-4, tobyjaguar wrote: > > Is possible to serve a directory, http.FileServer(http.Dir(".")), without > listing the

[go-nuts] Re: Is it possible to serve a directory without indexing the contents?

2016-09-16 Thread tobyjaguar
our suggestion and see which seems to be easier. Thanks again, toby On Thursday, September 15, 2016 at 4:40:46 PM UTC-4, tobyjaguar wrote: > > Is possible to serve a directory, http.FileServer(http.Dir(".")), without > listing the directory contents of that directory by