mirror of
				https://github.com/bjdgyc/anylink.git
				synced 2025-10-31 16:43:28 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			92 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			92 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package base
 | |
| 
 | |
| func Start() {
 | |
| 	execute()
 | |
| 	initCfg()
 | |
| 	initLog()
 | |
| }
 | |
| 
 | |
| func Test() {
 | |
| 	initLog()
 | |
| }
 |