mirror of
				https://github.com/bjdgyc/anylink.git
				synced 2025-11-04 19:16:22 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			98 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			98 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package dbdata
 | 
						|
 | 
						|
func Start() {
 | 
						|
	initDb()
 | 
						|
	initData()
 | 
						|
}
 | 
						|
 | 
						|
func Stop() error {
 | 
						|
	return sdb.Close()
 | 
						|
}
 |