mirror of https://github.com/status-im/migrate.git
9 lines
193 B
Go
9 lines
193 B
Go
|
package source
|
||
|
|
||
|
func ExampleDriver() {
|
||
|
// see source/stub for an example
|
||
|
|
||
|
// source/stub/stub.go has the driver implementation
|
||
|
// source/stub/stub_test.go runs source/testing/test.go:Test
|
||
|
}
|