mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-23 04:52:40 +00:00
9 lines
180 B
Go
9 lines
180 B
Go
|
//go:build fs_embed
|
||
|
|
||
|
package main
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed templates/*/*.html public/manifest.json public/assets/*.js public/assets/*.css public/assets/*.svg
|
||
|
var dirFS embed.FS
|