project init
This commit is contained in:
		
							parent
							
								
									6e70217644
								
							
						
					
					
						commit
						43d3a06dac
					
				@ -14,6 +14,8 @@ import (
 | 
				
			|||||||
	"time"
 | 
						"time"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					type Empty struct {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//传入一个字符串,返回一个加密后的md5
 | 
					//传入一个字符串,返回一个加密后的md5
 | 
				
			||||||
func Md5(str string) string {
 | 
					func Md5(str string) string {
 | 
				
			||||||
	data := []byte(str)
 | 
						data := []byte(str)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user