github.com/seashell-org/golang-migrate/v4@v4.15.3-0.20220722221203-6ab6c6c062d1/source/driver_test.go (about)

     1  package source
     2  
     3  func ExampleDriver() {
     4  	// see source/stub for an example
     5  
     6  	// source/stub/stub.go has the driver implementation
     7  	// source/stub/stub_test.go runs source/testing/test.go:Test
     8  }