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