mirror of
				https://github.com/oneclickvirt/basics.git
				synced 2025-10-31 12:06:30 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			88 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			88 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| //go:build freebsd
 | |
| 
 | |
| package stat
 | |
| 
 | |
| func GetGPUStat() (float64, error) {
 | |
| 	return 0, nil
 | |
| }
 | 
