mirror of
https://github.com/thomiceli/opengist.git
synced 2025-06-12 05:27:13 +02:00
Tweaked project structure (#88)
This commit is contained in:
6
templates/fs_embed.go
vendored
Normal file
6
templates/fs_embed.go
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
package templates
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed */*.html
|
||||
var Files embed.FS
|
Reference in New Issue
Block a user