mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-27 15:38:23 +00:00
10 lines
107 B
Go
10 lines
107 B
Go
package static
|
|
|
|
import "embed"
|
|
|
|
//go:embed *
|
|
var files embed.FS
|
|
|
|
func GetFiles() embed.FS {
|
|
return files
|
|
} |