migrate/cli/build_spanner.go

8 lines
92 B
Go

// +build spanner
package main
import (
_ "github.com/mattes/migrate/database/spanner"
)