migrate/source/driver_test.go

9 lines
193 B
Go
Raw Normal View History

2017-02-10 03:42:48 +00:00
package source
func ExampleDriver() {
// see source/stub for an example
// source/stub/stub.go has the driver implementation
// source/stub/stub_test.go runs source/testing/test.go:Test
}