github.com/zoomfoo/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/client/driver/mock_driver_testing.go (about) 1 // +build !release 2 3 package driver 4 5 // Add the mock driver to the list of builtin drivers 6 func init() { 7 BuiltinDrivers["mock_driver"] = NewMockDriver 8 }