migrate/database/driver_test.go

9 lines
203 B
Go
Raw Normal View History

2017-02-10 03:04:54 +00:00
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
}