mirror of
https://github.com/status-im/migrate.git
synced 2025-02-23 16:28:08 +00:00
8 lines
104 B
Go
8 lines
104 B
Go
// +build godoc_vfs
|
|
|
|
package cli
|
|
|
|
import (
|
|
_ "github.com/golang-migrate/migrate/v4/source/godoc_vfs"
|
|
)
|