Categorygithub.com/DracFiendMG/go-microservice
modulepackage
0.0.0-20241203120935-251918afa57c
Repository: https://github.com/dracfiendmg/go-microservice.git
Documentation: pkg.go.dev

# README

A simple microservice using Go Lang where you can add a user and view the list of users

Microservice Structure:

go-microservice/
├── main.go
├── router/
│   └── router.go
├── handler/
│   └── user_handler.go
├── model/
│   └── user.go
├── config/
│   └── config.go
└── database/
    └── database.go

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author