mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
feat(machine): add OS and kernel version information to machine info, show in 'machine ls'
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//go:build !linux
|
||||
|
||||
package osinfo
|
||||
|
||||
// KernelVersion returns an empty string on non-Linux hosts where the machine daemon does not run.
|
||||
func KernelVersion() string {
|
||||
return ""
|
||||
}
|
||||
Reference in New Issue
Block a user