7 lines
84 B
Go
7 lines
84 B
Go
package webmail
|
|
|
|
import "embed"
|
|
|
|
//go:embed static/index.html
|
|
var StaticFS embed.FS
|