Imports
- github.com/go-kit/kit/log
- github.com/go-kit/kit/log/level
- github.com/jinzhu/gorm
- github.com/jinzhu/gorm/dialects/postgres
Standard library imports
- GoLang_clean_architecture_with_gokit_project_structure/config
- GoLang_clean_architecture_with_gokit_project_structure/endpoint
- GoLang_clean_architecture_with_gokit_project_structure/our_project_service/repository
- GoLang_clean_architecture_with_gokit_project_structure/our_project_service/usecase
- GoLang_clean_architecture_with_gokit_project_structure/service
- GoLang_clean_architecture_with_gokit_project_structure/transport_http
- context
- flag
- fmt
- log
- net/http
- os
- os/signal
- syscall