mirror of
				https://github.com/gravitl/netmaker.git
				synced 2025-10-28 23:16:56 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| //go:build ee
 | |
| // +build ee
 | |
| 
 | |
| package main
 | |
| 
 | |
| import "github.com/gravitl/netmaker/pro"
 | |
| 
 | |
| func init() {
 | |
| 	pro.InitPro()
 | |
| }
 |