7 lines
68 B
Go
7 lines
68 B
Go
package logweb
|
|
|
|
import "embed"
|
|
|
|
//go:embed web/*
|
|
var webFS embed.FS
|