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