runtime: testing runtime
This commit is contained in:
5
runtime/internal/lib/syscall/syscall_darwin.go
Normal file
5
runtime/internal/lib/syscall/syscall_darwin.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package syscall
|
||||
|
||||
func Sysctl(key string) (string, error) {
|
||||
panic("todo: syscall.Sysctl")
|
||||
}
|
||||
Reference in New Issue
Block a user