mirror of
				https://github.com/bjdgyc/anylink.git
				synced 2025-11-04 19:16:22 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			66 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			66 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package base
 | 
						|
 | 
						|
const (
 | 
						|
	APP_NAME = "AnyLink"
 | 
						|
	APP_VER  = "0.2.1"
 | 
						|
)
 |