mirror of
https://github.com/status-im/migrate.git
synced 2025-02-18 22:26:31 +00:00
8 lines
127 B
Go
8 lines
127 B
Go
// +build google_cloud_storage
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/golang-migrate/migrate/v4/source/google_cloud_storage"
|
|
)
|