mirror of
https://github.com/Itsig0/pocketmovie.git
synced 2026-01-22 08:24:38 +00:00
7 lines
68 B
Go
7 lines
68 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed assets/*
|
|
var Files embed.FS
|