good morning!!!!

Skip to content
Snippets Groups Projects
Commit 40613938 authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Attempt to avoid go get -t -d.

parent 40e85098
Branches
Tags
No related merge requests found
...@@ -19,7 +19,10 @@ install: ...@@ -19,7 +19,10 @@ install:
- sudo apt-get install bzr - sudo apt-get install bzr
# - go get github.com/cznic/ql/ql # ql command line util. # - go get github.com/cznic/ql/ql # ql command line util.
# - go install github.com/cznic/ql/ql # ql command line util. # - go install github.com/cznic/ql/ql # ql command line util.
- go get -t -d - go get -d
- go get github.com/jmoiron/sqlx
- go get gopkg.in/mgo.v2
- go get gopkg.in/mgo.v2/bson
# - go get upper.io/db/mongo # - go get upper.io/db/mongo
# - go get upper.io/db/mysql # - go get upper.io/db/mysql
# - go get upper.io/db/postgresql # - go get upper.io/db/postgresql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment