github.com/fr-nvriep/migrate/v4@v4.3.2/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  }