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