Y
Hacker News
new
|
ask
|
show
|
jobs
by
2mur
4274 days ago
package =/= repo name
Don't do that
1 comments
jacobkranz
4274 days ago
I'm still new to Go... why wouldn't you want to do that? What should the repo name be?
link
ori_b
4274 days ago
By convention, the package and repo name should be the same. In this case, that means your repo should be called logger.
link
sanemat
4273 days ago
Thanks.
link