<div dir="ltr">For the record, I'm not a fan of duplicating the package name of anything in the standard library.   Obviously, sometimes collisions will happen if a new package is added to the standard library, but it seems like a bad idea to do it on purpose.  When you're deep in the middle of a file, and you see<div>
<br></div><div>log.Printf()</div><div><br></div><div>It's nice not to have to go look at the imports to make sure someone's not accidentally using the std log package when they should be using juju's log package.</div>
<div><br></div><div>I made the same case for not calling our errors package "errors".   I do like versioning of packages, though, especially ones likely to be reused outside of juju.... though I still think running our own vanity url might be a good idea, rather than a generic one.</div>
<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Mar 5, 2014 at 3:07 PM, Gustavo Niemeyer <span dir="ltr"><<a href="mailto:gustavo@niemeyer.net" target="_blank">gustavo@niemeyer.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If you used juju/go-log-v1, you might import this as<br>
<a href="http://gonuts.org/juju/v1/log" target="_blank">gonuts.org/juju/v1/log</a>, which is rather neat, and would properly<br>
version the API.<br>
<div class="HOEnZb"><div class="h5"><br>
On Wed, Mar 5, 2014 at 5:03 PM, Tim Penhey <<a href="mailto:tim.penhey@canonical.com">tim.penhey@canonical.com</a>> wrote:<br>
> Hi all,<br>
><br>
> I'm just preparing a branch that will change the loggo imports from<br>
>         <a href="http://github.com/loggo/loggo" target="_blank">github.com/loggo/loggo</a><br>
> to<br>
>         <a href="http://github.com/juju/loggo" target="_blank">github.com/juju/loggo</a><br>
><br>
> I felt that it would be good to get a bunch of useful Go libraries under<br>
> the juju banner, and I saw no reason not to put loggo there.<br>
><br>
> If you are using loggo in another Go project, please move it to the new<br>
> source.<br>
><br>
> Cheers,<br>
> Tim<br>
><br>
> --<br>
> Juju-dev mailing list<br>
> <a href="mailto:Juju-dev@lists.ubuntu.com">Juju-dev@lists.ubuntu.com</a><br>
> Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/juju-dev" target="_blank">https://lists.ubuntu.com/mailman/listinfo/juju-dev</a><br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
<br>
gustavo @ <a href="http://niemeyer.net" target="_blank">http://niemeyer.net</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
--<br>
Juju-dev mailing list<br>
<a href="mailto:Juju-dev@lists.ubuntu.com">Juju-dev@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/juju-dev" target="_blank">https://lists.ubuntu.com/mailman/listinfo/juju-dev</a><br>
</div></div></blockquote></div><br></div>