mirror of
https://github.com/oneclickvirt/basics.git
synced 2025-10-05 16:48:09 +08:00
10 lines
97 B
Go
10 lines
97 B
Go
package system
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestGetSystemInfo(t *testing.T) {
|
|
GetSystemInfo()
|
|
}
|