mirror of
https://github.com/ghostersk/gowebmail.git
synced 2026-04-17 08:36:01 +01:00
9 lines
170 B
Go
9 lines
170 B
Go
package gowebmail
|
|
|
|
import "embed"
|
|
|
|
// Global access to the web assets
|
|
//
|
|
//go:embed web/static/css/* web/static/js/* web/static/img/* web/templates/**
|
|
var WebFS embed.FS
|