mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-11-03 23:55:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			111 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			111 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package assets
 | 
						|
 | 
						|
import (
 | 
						|
	"embed"
 | 
						|
)
 | 
						|
 | 
						|
//go:embed dist
 | 
						|
var Assets embed.FS
 | 
						|
 | 
						|
//go:embed version
 | 
						|
var Version string |