golang-rest-api-template icon indicating copy to clipboard operation
golang-rest-api-template copied to clipboard

TODO: books.go and user.go can be modular into smaller files with separate responsibilities

Open sayeed1999 opened this issue 8 months ago • 0 comments

Suggested structure inside /api:

/api 
  /books
    book.go
    bookservice.go
    bookcontroller.go
  /users
    ...same as above

sayeed1999 avatar Mar 08 '25 22:03 sayeed1999