1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-23 17:53:23 +02:00

9 lines
105 B
Go
Raw Normal View History

2016-05-26 11:08:48 -07:00
// +build !cgo
package datastore
import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/lib/pq"
)