list dotenv dependency in do task

This commit is contained in:
Danny van Kooten 2016-12-12 10:36:39 +01:00
parent 6b672c55b4
commit c9a02c1a65
1 changed files with 1 additions and 0 deletions

1
do
View File

@ -9,6 +9,7 @@ install_dependencies() {
go get "github.com/gorilla/handlers"
go get "github.com/go-sql-driver/mysql"
go get -u "github.com/mattes/migrate"
go get "github.com/joho/godotenv"
}
bin() {