mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-12 05:36:49 +00:00
6 lines
70 B
Go
6 lines
70 B
Go
package assets
|
|
|
|
import "embed"
|
|
|
|
//go:embed assets
|
|
var Static embed.FS
|