On Fri, Sep 23, 2016 at 8:54 AM, Ally  Dale <vipa...@gmail.com> wrote:
> Golang std library such as path.Split() all suppose path is separated with
> "/".

Note that the path package is for slash separated strings, like URLs.

If you are dealing with files, you should be using the path/filepath package.

Ian

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to