mirror of
https://github.com/Luzifer/wiki.git
synced 2024-11-08 14:50:11 +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
|