github.com/anuvu/nomad@v0.8.7-atom1/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 }