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