9 lines
81 B
Go
9 lines
81 B
Go
package files
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed data/public/*
|
|
var Public embed.FS
|