Skip to content

Commit

Permalink
Updated the badge links.
Browse files Browse the repository at this point in the history
  • Loading branch information
burakkoken authored Jan 24, 2021
1 parent 51bb9ec commit fd98331
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# gdbc-mysql
GDBC Mysql Driver - It is based on [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql)

[![Go Report Card](https://goreportcard.com/badge/github.com/go-gdbc/gdbc-postgresql)](https://goreportcard.com/report/github.com/go-gdbc/gdbc-postgresql)
[![codecov](https://codecov.io/gh/go-gdbc/gdbc-postgresql/branch/main/graph/badge.svg?token=AsVeTnBKU1)](https://codecov.io/gh/go-gdbc/gdbc-postgresql)
[![Build Status](https://travis-ci.com/go-gdbc/gdbc-postgresql.svg?branch=main)](https://travis-ci.com/go-gdbc/gdbc-postgresql)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-gdbc/gdbc-mysql)](https://goreportcard.com/report/github.com/go-gdbc/gdbc-mysql)
[![codecov](https://codecov.io/gh/go-gdbc/gdbc-mysql/branch/main/graph/badge.svg?token=7UNHBOILSV)](https://codecov.io/gh/go-gdbc/gdbc-mysql)
[![Build Status](https://travis-ci.com/go-gdbc/gdbc-mysql.svg?branch=main)](https://travis-ci.com/go-gdbc/gdbc-mysql)

# Usage
```go
Expand Down

0 comments on commit fd98331

Please sign in to comment.