mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 16:30:25 +08:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
		
			230 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			230 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| 
								 | 
							
								package init
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								import (
							 | 
						||
| 
								 | 
							
									"mayfly-go/initialize"
							 | 
						||
| 
								 | 
							
									"mayfly-go/internal/flow/application"
							 | 
						||
| 
								 | 
							
									"mayfly-go/internal/flow/router"
							 | 
						||
| 
								 | 
							
								)
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								func init() {
							 | 
						||
| 
								 | 
							
									initialize.AddInitIocFunc(application.InitIoc)
							 | 
						||
| 
								 | 
							
									initialize.AddInitRouterFunc(router.Init)
							 | 
						||
| 
								 | 
							
								}
							 |