golang-rest-api-template
golang-rest-api-template copied to clipboard
TODO: books.go and user.go can be modular into smaller files with separate responsibilities
Suggested structure inside /api:
/api
/books
book.go
bookservice.go
bookcontroller.go
/users
...same as above