[go-nuts] Re: getting file path in go from uploaded file on html form

2018-08-02 Thread Nako Zeta
The file is on memory usually, you might want to save the file on your drive so you can get the path -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+

[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