Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aacanakin committed Mar 30, 2016
1 parent 2d21cb8 commit 2663b20
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -26,6 +26,12 @@ Features

Installation
------------
Installation with glide;
```sh
glide get github.com/aacanakin/qb
```

Installation using go get;
```sh
go get -u github.com/aacanakin/qb
```
Expand Down
20 changes: 20 additions & 0 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions glide.yaml
@@ -0,0 +1,8 @@
package: github.com/aacanakin/qb
import:
- package: github.com/fatih/structs
- package: github.com/go-sql-driver/mysql
- package: github.com/jmoiron/sqlx
- package: github.com/lib/pq
- package: github.com/mattn/go-sqlite3
- package: github.com/serenize/snaker

0 comments on commit 2663b20

Please sign in to comment.