mirror of
https://github.com/DJSundog/wg-portal.git
synced 2024-11-12 09:48:39 -05:00
13 lines
201 B
Go
13 lines
201 B
Go
|
package wg_portal
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed assets/tpl/*
|
||
|
var Templates embed.FS
|
||
|
|
||
|
//go:embed assets/css/*
|
||
|
//go:embed assets/fonts/*
|
||
|
//go:embed assets/img/*
|
||
|
//go:embed assets/js/*
|
||
|
var Statics embed.FS
|