repository
0.0.0-20241028033631-6d88609c62b1
Repository: https://github.com/alextanhongpin/core.git
Documentation: pkg.go.dev
# README
core
Useful collection of dependencies required to build microservices.
WIP:
- add suggested folder structure for APIs, domain layers etc.
Project structure for Microservice
---
title: Go package structure
---
flowchart
p0[User]
subgraph b0[microservice]
adapter
presentation
domain
usecase
end
p0 --> presentation
presentation --> usecase
usecase --> adapter & domain
Other packages
- https://github.com/alextanhongpin/autocomplete
- https://github.com/alextanhongpin/dbtx
- https://github.com/alextanhongpin/errors
- https://github.com/alextanhongpin/money
- https://github.com/alextanhongpin/passwd
- https://github.com/alextanhongpin/passwordless
- https://github.com/alextanhongpin/profane
- https://github.com/alextanhongpin/stringcases
- https://github.com/alextanhongpin/stringdist
https://github.com/alextanhongpin/builderhttps://github.com/alextanhongpin/circuithttps://github.com/alextanhongpin/clashhttps://github.com/alextanhongpin/constructorhttps://github.com/alextanhongpin/dataloader2https://github.com/alextanhongpin/dataloader3https://github.com/alextanhongpin/dataloaderhttps://github.com/alextanhongpin/getterhttps://github.com/alextanhongpin/goqlhttps://github.com/alextanhongpin/mapperhttps://github.com/alextanhongpin/promisehttps://github.com/alextanhongpin/sethttps://github.com/alextanhongpin/transitionhttps://github.com/alextanhongpin/typeahead