On Friday, 10 November 2017 19:31:37 UTC+1, Tim Hockin wrote:
>
> Is it valid to say `import "github.com\foo\bar" (windows path 
> separators) or must it be "github.com/foo/bar"?  I couldn't find a 
> canonical answer to this. 
>

Using backslashes as a path separator is wrong on Windows too.
Just keep it sane and use /.

V. 

-- 
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