mirror of
https://github.com/skyle1995/NetworkAuth.git
synced 2026-05-25 02:24:05 +08:00
7 lines
72 B
Go
7 lines
72 B
Go
|
|
package public
|
||
|
|
|
||
|
|
import "embed"
|
||
|
|
|
||
|
|
//go:embed all:dist
|
||
|
|
var Public embed.FS
|