mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-08-11 19:43:43 +08:00
8 lines
72 B
Go
8 lines
72 B
Go
package assets
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed dist
|
|
var Assets embed.FS |