mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-10-31 06:05:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			72 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			72 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package assets
 | |
| 
 | |
| import (
 | |
| 	"embed"
 | |
| )
 | |
| 
 | |
| //go:embed dist
 | |
| var Assets embed.FS | 
