Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Is it possible to do away with the typical Go project directory structure? I thought all that was enforced by the tools, but it's possible that I didn't dig deep enough to uncover greater flexibility.


No it's not if you ever intend to type `go`.

The go team has decided that the go language doesn't depend on any build system, but pushes a single build system one that requires source code compatibility and provides no benefit over many existing and easy to use build systems (makefiles, tup, etc).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: