File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# ocsql
22
3- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/basvanbeek /ocsql )] ( https://goreportcard.com/report/github.com/basvanbeek /ocsql )
4- [ ![ GoDoc] ( https://godoc.org/github.com/basvanbeek /ocsql?status.svg )] ( https://godoc.org/github.com/basvanbeek /ocsql )
5- [ ![ Sourcegraph] ( https://sourcegraph.com/github.com/basvanbeek /ocsql/-/badge.svg )] ( https://sourcegraph.com/github.com/basvanbeek /ocsql?badge )
3+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/opencensus-integrations /ocsql )] ( https://goreportcard.com/report/github.com/opencensus-integrations /ocsql )
4+ [ ![ GoDoc] ( https://godoc.org/github.com/opencensus-integrations /ocsql?status.svg )] ( https://godoc.org/github.com/opencensus-integrations /ocsql )
5+ [ ![ Sourcegraph] ( https://sourcegraph.com/github.com/opencensus-integrations /ocsql/-/badge.svg )] ( https://sourcegraph.com/github.com/opencensus-integrations /ocsql?badge )
66
77OpenCensus SQL database driver wrapper.
88
@@ -17,8 +17,8 @@ driver as shown below.
1717Example:
1818``` go
1919import (
20- " github.com/basvanbeek/ocsql"
2120 _ " github.com/mattn/go-sqlite3"
21+ " github.com/opencensus-integrations/ocsql"
2222)
2323
2424var (
@@ -44,8 +44,8 @@ implementation exported.
4444Example:
4545``` go
4646import (
47- " github.com/basvanbeek/ocsql"
4847 sqlite3 " github.com/mattn/go-sqlite3"
48+ " github.com/opencensus-integrations/ocsql"
4949)
5050
5151var (
You can’t perform that action at this time.
0 commit comments