mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			177 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			177 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package initialize
 | 
						|
 | 
						|
import (
 | 
						|
	dbApp "mayfly-go/internal/db/application"
 | 
						|
	machineInit "mayfly-go/internal/machine/init"
 | 
						|
)
 | 
						|
 | 
						|
func InitOther() {
 | 
						|
	machineInit.Init()
 | 
						|
	dbApp.Init()
 | 
						|
}
 |