1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-18 08:26:45 +02:00
woodpecker/store/datastore/init.go

9 lines
105 B
Go
Raw Normal View History

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