mirror of
https://github.com/fankes/komari-agent.git
synced 2025-10-18 18:49:23 +08:00
11 lines
146 B
Go
11 lines
146 B
Go
package monitoring
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestVirtualized(t *testing.T) {
|
|
virt := Virtualized()
|
|
t.Logf("Virtualization type: %s", virt)
|
|
}
|