I have a project that looks similar to this tree:
tree
. proj ├── README.md ├── go.mod ├── go.sum ├── subpackage │ ├── one.go │ ├── two.go │ ├──