Skip to content

This repository is an example of using dep package manager from go and using echo framework

Notifications You must be signed in to change notification settings

marprin/go-echo-dep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to setup

This repo only setup using docker. To prepare the container run

docker-compose build

To install all the dependency of golang library please run

docker-compose run --rm app /app/bin/dep ensure

After the installation finish, you can run this

docker-compose up -d

How to check if it's run?

Currently the container expose port 7500. So just access on your browser localhost:7500

About

This repository is an example of using dep package manager from go and using echo framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published