mirror of
https://github.com/Luzifer/wiki.git
synced 2024-11-09 15:20:07 +00:00
6 lines
88 B
Go
6 lines
88 B
Go
package main
|
|
|
|
import "embed"
|
|
|
|
//go:embed frontend/* default_files/*
|
|
var assets embed.FS
|