mirror of
https://github.com/status-im/migrate.git
synced 2025-02-23 16:28:08 +00:00
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
|
||
|
}
|