Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 478 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 478 Bytes

Project Skeleton for Go with Dep and Docker

What the heck is Dep

The Documentation says the "official experiment" dependency management tool for the Go language.

Running with Go

$ dep ensure

Running with Docker

  • Step 1
$ make docker
  • Step 2
$ docker run --rm go-awesome-dep

2018 Purwokerto Dev