Skip to content

Commit a8e358e

Browse files
committed
change repo name from gchaincl to qustavo
1 parent 1b9e718 commit a8e358e

File tree

8 files changed

+34
-34
lines changed

8 files changed

+34
-34
lines changed

CHANGELOG.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
# Change Log
22

3-
## [Unreleased](https://github.com/gchaincl/sqlhooks/tree/HEAD)
3+
## [Unreleased](https://github.com/qustavo/sqlhooks/tree/HEAD)
44

5-
[Full Changelog](https://github.com/gchaincl/sqlhooks/compare/v1.0.0...HEAD)
5+
[Full Changelog](https://github.com/qustavo/sqlhooks/compare/v1.0.0...HEAD)
66

77
**Closed issues:**
88

9-
- Add Benchmarks [\#9](https://github.com/gchaincl/sqlhooks/issues/9)
10-
## [v1.0.0](https://github.com/gchaincl/sqlhooks/tree/v1.0.0) (2017-05-08)
11-
[Full Changelog](https://github.com/gchaincl/sqlhooks/compare/v0.4...v1.0.0)
9+
- Add Benchmarks [\#9](https://github.com/qustavo/sqlhooks/issues/9)
10+
## [v1.0.0](https://github.com/qustavo/sqlhooks/tree/v1.0.0) (2017-05-08)
11+
[Full Changelog](https://github.com/qustavo/sqlhooks/compare/v0.4...v1.0.0)
1212

1313
**Merged pull requests:**
1414

15-
- Godoc [\#7](https://github.com/gchaincl/sqlhooks/pull/7) ([gchaincl](https://github.com/gchaincl))
16-
- Make covermode=count [\#6](https://github.com/gchaincl/sqlhooks/pull/6) ([gchaincl](https://github.com/gchaincl))
17-
- V1 [\#5](https://github.com/gchaincl/sqlhooks/pull/5) ([gchaincl](https://github.com/gchaincl))
18-
- Expose a WrapDriver function [\#4](https://github.com/gchaincl/sqlhooks/issues/4)
19-
- Implement new 1.8 interfaces [\#3](https://github.com/gchaincl/sqlhooks/issues/3)
15+
- Godoc [\#7](https://github.com/qustavo/sqlhooks/pull/7) ([qustavo](https://github.com/qustavo))
16+
- Make covermode=count [\#6](https://github.com/qustavo/sqlhooks/pull/6) ([qustavo](https://github.com/qustavo))
17+
- V1 [\#5](https://github.com/qustavo/sqlhooks/pull/5) ([qustavo](https://github.com/qustavo))
18+
- Expose a WrapDriver function [\#4](https://github.com/qustavo/sqlhooks/issues/4)
19+
- Implement new 1.8 interfaces [\#3](https://github.com/qustavo/sqlhooks/issues/3)
2020

21-
## [v0.4](https://github.com/gchaincl/sqlhooks/tree/v0.4) (2017-03-23)
22-
[Full Changelog](https://github.com/gchaincl/sqlhooks/compare/v0.3...v0.4)
21+
## [v0.4](https://github.com/qustavo/sqlhooks/tree/v0.4) (2017-03-23)
22+
[Full Changelog](https://github.com/qustavo/sqlhooks/compare/v0.3...v0.4)
2323

24-
## [v0.3](https://github.com/gchaincl/sqlhooks/tree/v0.3) (2016-06-02)
25-
[Full Changelog](https://github.com/gchaincl/sqlhooks/compare/v0.2...v0.3)
24+
## [v0.3](https://github.com/qustavo/sqlhooks/tree/v0.3) (2016-06-02)
25+
[Full Changelog](https://github.com/qustavo/sqlhooks/compare/v0.2...v0.3)
2626

2727
**Closed issues:**
2828

29-
- Change Notifications [\#2](https://github.com/gchaincl/sqlhooks/issues/2)
29+
- Change Notifications [\#2](https://github.com/qustavo/sqlhooks/issues/2)
3030

31-
## [v0.2](https://github.com/gchaincl/sqlhooks/tree/v0.2) (2016-05-01)
32-
[Full Changelog](https://github.com/gchaincl/sqlhooks/compare/v0.1...v0.2)
31+
## [v0.2](https://github.com/qustavo/sqlhooks/tree/v0.2) (2016-05-01)
32+
[Full Changelog](https://github.com/qustavo/sqlhooks/compare/v0.1...v0.2)
3333

34-
## [v0.1](https://github.com/gchaincl/sqlhooks/tree/v0.1) (2016-04-25)
34+
## [v0.1](https://github.com/qustavo/sqlhooks/tree/v0.1) (2016-04-25)
3535
**Merged pull requests:**
3636

37-
- Sqlite3 [\#1](https://github.com/gchaincl/sqlhooks/pull/1) ([gchaincl](https://github.com/gchaincl))
37+
- Sqlite3 [\#1](https://github.com/qustavo/sqlhooks/pull/1) ([qustavo](https://github.com/qustavo))
3838

3939

4040

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# sqlhooks [![Build Status](https://travis-ci.org/gchaincl/sqlhooks.svg)](https://travis-ci.org/gchaincl/sqlhooks) [![Coverage Status](https://coveralls.io/repos/github/gchaincl/sqlhooks/badge.svg?branch=master)](https://coveralls.io/github/gchaincl/sqlhooks?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/gchaincl/sqlhooks)](https://goreportcard.com/report/github.com/gchaincl/sqlhooks)
1+
# sqlhooks [![Build Status](https://travis-ci.org/qustavo/sqlhooks.svg)](https://travis-ci.org/qustavo/sqlhooks) [![Coverage Status](https://coveralls.io/repos/github/qustavo/sqlhooks/badge.svg?branch=master)](https://coveralls.io/github/qustavo/sqlhooks?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/qustavo/sqlhooks)](https://goreportcard.com/report/github.com/qustavo/sqlhooks)
22

33
Attach hooks to any database/sql driver.
44

55
The purpose of sqlhooks is to provide a way to instrument your sql statements, making really easy to log queries or measure execution time without modifying your actual code.
66

77
# Install
88
```bash
9-
go get github.com/gchaincl/sqlhooks/v2
9+
go get github.com/qustavo/sqlhooks/v2
1010
```
1111
Requires Go >= 1.8.x
1212

1313
## Breaking changes
1414
`V2` isn't backward compatible with previous versions, if you want to fetch old versions, you can use go modules or get them from [gopkg.in](http://gopkg.in/)
1515
```bash
16-
go get github.com/gchaincl/sqlhooks
17-
go get gopkg.in/gchaincl/sqlhooks.v1
16+
go get github.com/qustavo/sqlhooks
17+
go get gopkg.in/qustavo/sqlhooks.v1
1818
```
1919

20-
# Usage [![GoDoc](https://godoc.org/github.com/gchaincl/dotsql?status.svg)](https://godoc.org/github.com/gchaincl/sqlhooks)
20+
# Usage [![GoDoc](https://godoc.org/github.com/qustavo/dotsql?status.svg)](https://godoc.org/github.com/qustavo/sqlhooks)
2121

2222
```go
2323
// This example shows how to instrument sql queries in order to display the time that they consume
@@ -29,7 +29,7 @@ import (
2929
"fmt"
3030
"time"
3131

32-
"github.com/gchaincl/sqlhooks/v2"
32+
"github.com/qustavo/sqlhooks/v2"
3333
"github.com/mattn/go-sqlite3"
3434
)
3535

@@ -80,5 +80,5 @@ Output should look like:
8080
BenchmarkPostgres/Without_Hooks-4 10000 125718 ns/op 649 B/op 17 allocs/op
8181
BenchmarkPostgres/With_Hooks-4 5000 354831 ns/op 1122 B/op 27 allocs/op
8282
PASS
83-
ok github.com/gchaincl/sqlhooks 11.713s
83+
ok github.com/qustavo/sqlhooks 11.713s
8484
```

doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// "fmt"
1111
// "time"
1212
//
13-
// "github.com/gchaincl/sqlhooks/v2"
13+
// "github.com/qustavo/sqlhooks/v2"
1414
// "github.com/mattn/go-sqlite3"
1515
// )
1616
//

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/gchaincl/sqlhooks/v2
1+
module github.com/qustavo/sqlhooks/v2
22

33
go 1.13
44

hooks/loghooks/example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package loghooks
33
import (
44
"database/sql"
55

6-
"github.com/gchaincl/sqlhooks/v2"
6+
"github.com/qustavo/sqlhooks/v2"
77
sqlite3 "github.com/mattn/go-sqlite3"
88
)
99

hooks/loghooks/examples/main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import (
44
"database/sql"
55
"log"
66

7-
"github.com/gchaincl/sqlhooks/v2"
8-
"github.com/gchaincl/sqlhooks/v2/hooks/loghooks"
7+
"github.com/qustavo/sqlhooks/v2"
8+
"github.com/qustavo/sqlhooks/v2/hooks/loghooks"
99
"github.com/mattn/go-sqlite3"
1010
)
1111

hooks/othooks/examples/main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"database/sql"
66
"log"
77

8-
"github.com/gchaincl/sqlhooks/v2"
9-
"github.com/gchaincl/sqlhooks/v2/hooks/othooks"
8+
"github.com/qustavo/sqlhooks/v2"
9+
"github.com/qustavo/sqlhooks/v2/hooks/othooks"
1010
"github.com/mattn/go-sqlite3"
1111
"github.com/opentracing/opentracing-go"
1212
)

hooks/othooks/othooks_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"database/sql"
66
"testing"
77

8-
"github.com/gchaincl/sqlhooks/v2"
8+
"github.com/qustavo/sqlhooks/v2"
99
sqlite3 "github.com/mattn/go-sqlite3"
1010
opentracing "github.com/opentracing/opentracing-go"
1111
"github.com/opentracing/opentracing-go/mocktracer"

0 commit comments

Comments
 (0)