logie17 / Project-V

The future of telepresence
0 stars 1 forks source link

Code organization #9

Closed kmulvey closed 9 years ago

kmulvey commented 9 years ago

can we put all route files in /routes? can we put config.json in /config ? tests in /tests ? why do we have to specify all src files when running? e.g. (go run server.go routes.go)

logie17 commented 9 years ago

Yep, not sure about tests, but probably. I'll take take this on

kmulvey commented 9 years ago

this seems to be done except for the test part ... just use go test ./...