Re: [go-nuts] Reading http directory

2017-01-12 Thread Konstantin Khomoutov
On Wed, 11 Jan 2017 14:46:29 -0800 (PST) Nako Zeta wrote: > Is there any package to read http directories? > > For example to read an Apache index of /files/ > > I been doing this using goquery and parsing the HTML to know if its a > folder or a file but I am looking for better alternatives D

[go-nuts] Reading http directory

2017-01-11 Thread Nako Zeta
Is there any package to read http directories? For example to read an Apache index of /files/ I been doing this using goquery and parsing the HTML to know if its a folder or a file but I am looking for better alternatives -- You received this message because you are subscribed to the Google Gr