mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-09 01:18:04 +02:00
Tweaked project structure (#88)
This commit is contained in:
8
public/fs_embed.go
Normal file
8
public/fs_embed.go
Normal file
@ -0,0 +1,8 @@
|
||||
//go:build fs_embed
|
||||
|
||||
package public
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed manifest.json assets/*.js assets/*.css assets/*.svg assets/*.png
|
||||
var Files embed.FS
|
Reference in New Issue
Block a user