Hacker News new | ask | show | jobs
by jacobkranz 4274 days ago
I'm still new to Go... why wouldn't you want to do that? What should the repo name be?
1 comments

By convention, the package and repo name should be the same. In this case, that means your repo should be called logger.
Thanks.