[go-nuts] state of the art code organisation api services

2016-11-06 Thread Tamás Gulácsi
See https://medium.com/@benbjohnson/standard-package-layout-7cdbc8391fc1#.ye6gzaf1s -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googl

[go-nuts] state of the art code organisation api services

2016-11-06 Thread denys . koch
Hi All! I'm new to go and mailing lists at all.. I need to build a REST-backend service for my app. first chi router looks good, isn't it? But more important, how to organise code? What are good practices/examples in golang world? Is it good idea to do it domain/module based? e.g. structs: