8 lines
77 B
Go
8 lines
77 B
Go
package hugo
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed public/*
|
|
var PublicFS embed.FS
|