mirror of
				https://github.com/teamhanko/hanko.git
				synced 2025-10-31 16:47:10 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			156 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			156 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| /*
 | |
| Copyright © 2022 Hanko GmbH <developers@hanko.io>
 | |
| */
 | |
| package main
 | |
| 
 | |
| import (
 | |
| 	"github.com/teamhanko/hanko/backend/cmd"
 | |
| )
 | |
| 
 | |
| func main() {
 | |
| 	cmd.Execute()
 | |
| }
 | 
