Skip to content

imforster/golang-echo-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com:imforster/golang-echo-admin

cd golang-echo-admin

Download dependencies.

go mod download

Run.

cd examples
make build
./adminTest