Hacker News new | ask | show | jobs
by 2mur 4274 days ago
package =/= repo name

Don't do that

1 comments

I'm still new to Go... why wouldn't you want to do that? What should the repo name be?
By convention, the package and repo name should be the same. In this case, that means your repo should be called logger.
Thanks.