与其他语言一起在回购中组织Go代码

What is the standard way to organize Go code in a repo that also contains scripts from other languages? It seems like you are intended to just have one directory for all of your Go projects, with source code in go/src/project1, go/src/project2 etc. But it would be strange to stick a node script in go/src/project1/node_scripts.