Categorygithub.com/imforster/golang-echo-admin
module
0.0.0-20240508061915-a877fa670c73
Repository: https://github.com/imforster/golang-echo-admin.git
Documentation: pkg.go.dev

# README

golang-echo-admin

About

This Go repository was inspired from adding production level observability features to the Echo server framework in the development of microservices. The implementation of the features included in this repository was inspired from the actuator capability that exists in Spring Boot.

What you might find helpful in this repo.

How to run

Install.

git clone [email protected]:imforster/golang-echo-admin

cd golang-echo-admin

Download dependencies.

go mod download

Run.

cd examples
make build
./adminTest

# Packages

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