14 lines
		
	
	
		
			245 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			245 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package starainrt
 | |
| 
 | |
| import (
 | |
| 	"fmt"
 | |
| 	"testing"
 | |
| )
 | |
| 
 | |
| func Test_FileSumAll(t *testing.T) {
 | |
| 	cry := new(StarCrypto)
 | |
| 	fmt.Println(cry.FileSumAll("D:\\Download\\macos.iso",[]string{"md5"}, func(pect float64) {
 | |
| 		fmt.Printf("已处理%f\r", pect)
 | |
| 	}))
 | |
| }
 |