Skip to content

Commit

Permalink
limit the scope to go >= 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metakeule committed Oct 8, 2013
1 parent d99429d commit bee8f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: go
go:
- 1.0
- 1.1
- tip
script: go test
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ dbwrap

[![Build Status](https://secure.travis-ci.org/metakeule/dbwrap.png)](http://travis-ci.org/metakeule/dbwrap)

Only works with Go >= 1.1

This library offers two utilities for dealing with the Go database/sql package:

1. a wrapper that can wrap any database driver that is compatible to sql/driver
Expand Down

0 comments on commit bee8f68

Please sign in to comment.