wip: migrate to mono-repo. SPN has already been moved to spn/
This commit is contained in:
8
service/core/os_default.go
Normal file
8
service/core/os_default.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build !windows
|
||||
|
||||
package core
|
||||
|
||||
// only return on Fatal error!
|
||||
func startPlatformSpecific() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user