cxflag203 / cascadia

Automatically exported from code.google.com/p/cascadia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

switch go.net import path to golang.org/x/

GoogleCodeExporter opened this issue · comments

As explained here: 
https://groups.google.com/forum/#!msg/golang-nuts/eD8dh3T9yyA/l5Ail-xfMiAJ

The code.google.com/p/go.xxx must be updated to use golang.org/x/xxx. This is 
currently blocking the import path updates for my goquery package. I would've 
liked to send a pull request instead of just logging an issue, but I'm not 
familiar enough with mercurial and google code's PR process.

Thanks,
Martin

Original issue reported on code.google.com by martin.n...@gmail.com on 6 Nov 2014 at 1:38

Fixed by revision 5d796540e3cb

Original comment by andybalholm@gmail.com on 6 Nov 2014 at 4:41

  • Changed state: Fixed