Y
Hacker News
new
|
ask
|
show
|
jobs
by
irishcoffee
111 days ago
Is it a go-ism that source for implementation and test code lives in the root of the repo or is this an LLM thing?
1 comments
odvcencio
111 days ago
yeah the tests live with the implementation code always (Go thing) and the repo root thing is like a preference, main is an acceptable package to put stuff in (Go thing), i see this a lot with smaller projects or library type projects
link