. ├── go.mod ├── handlers │ ├── books │ │ └── books.go │ └── env.go ├── main.go └── models └── models.go