mirror of
				https://github.com/bjdgyc/anylink.git
				synced 2025-11-01 00:59:34 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			92 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			92 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package base
 | |
| 
 | |
| func Start() {
 | |
| 	execute()
 | |
| 	initCfg()
 | |
| 	initLog()
 | |
| }
 | |
| 
 | |
| func Test() {
 | |
| 	initLog()
 | |
| }
 |