Add error-handling for WindowsVersion-stuff
This commit is contained in:
8
core/os_default.go
Normal file
8
core/os_default.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build !windows
|
||||
|
||||
package core
|
||||
|
||||
// only return on Fatal error!
|
||||
func startPlatformSpecific() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user