Update.
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// retoor <retoor@molodetz.nl>
|
||||
|
||||
import "sysinfo" for SysInfo
|
||||
|
||||
var hostname = SysInfo.hostname
|
||||
System.print(hostname is String) // expect: true
|
||||
System.print(hostname.count > 0) // expect: true
|
||||
Reference in New Issue
Block a user