mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-22 20:42:40 +00:00
9 lines
148 B
Go
9 lines
148 B
Go
|
//go:build fs_embed
|
||
|
|
||
|
package public
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed manifest.json assets/*.js assets/*.css assets/*.svg assets/*.png
|
||
|
var Files embed.FS
|