mirror of
				https://github.com/bolucat/Archive.git
				synced 2025-10-31 11:57:05 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			225 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			225 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package main
 | |
| 
 | |
| import (
 | |
| 	_ "github.com/Loyalsoldier/geoip/plugin/maxmind"
 | |
| 	_ "github.com/Loyalsoldier/geoip/plugin/plaintext"
 | |
| 	_ "github.com/Loyalsoldier/geoip/plugin/special"
 | |
| 	_ "github.com/Loyalsoldier/geoip/plugin/v2ray"
 | |
| )
 | 
