Y
Hacker News
new
|
ask
|
show
|
jobs
by
gtrubetskoy
2762 days ago
You might like to read my BP from 2017:
https://grisha.org/blog/2017/04/27/simplistic-go-web-app-par...
I have been using this layout in many projects and it worked out really well. When having multiple packages under the same github repo, you sooner or later will run into the problem of what happens if it's forked, I have work-around here:
https://grisha.org/blog/2018/10/18/relative-imports-hack-in-...