github.com/mccalltd/migrate@v3.5.4+incompatible/database/driver_test.go (about) 1 package database 2 3 func ExampleDriver() { 4 // see database/stub for an example 5 6 // database/stub/stub.go has the driver implementation 7 // database/stub/stub_test.go runs database/testing/test.go:Test 8 }