logoalt Hacker News

irishcoffeetoday at 7:54 PM1 replyview on HN

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?


Replies

odvcenciotoday at 7:58 PM

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