mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 20:55:42 +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 |