mirror of
https://github.com/harness/drone.git
synced 2022-03-12 19:30:52 +03:00
9 lines
105 B
Go
9 lines
105 B
Go
// +build !cgo
|
|
|
|
package datastore
|
|
|
|
import (
|
|
_ "github.com/go-sql-driver/mysql"
|
|
_ "github.com/lib/pq"
|
|
)
|