. ├── LICENSE ├── README.md ├── controller │ └── post-controller.go ├── entity │ └── post.go ├── errors ...