mirror of
https://github.com/status-im/migrate.git
synced 2025-02-23 08:18:07 +00:00
8 lines
104 B
Go
8 lines
104 B
Go
// +build go_bindata
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/golang-migrate/migrate/source/go_bindata"
|
|
)
|