migrate/cli/build_spanner.go

8 lines
100 B
Go

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