6 lines
90 B
Go
6 lines
90 B
Go
|
package runtime
|
||
|
|
||
|
func getRootIDs(s *platformSpec) (int, int, error) {
|
||
|
return 0, 0, nil
|
||
|
}
|