mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
6 lines
81 B
Go
6 lines
81 B
Go
package configs
|
|
|
|
func (d *DeviceRule) Mkdev() (uint64, error) {
|
|
return 0, nil
|
|
}
|