golang-standards/project-layout

Where should `/dao` be placed?

lunuan opened this issue · 1 comments

lunuan commented

The /dao directory is common in web projects. Is it appropriate to place it in the root directory?

internal/pkg/ maybe, since the dao directory is a private part of your web application.