mirror of
https://github.com/Alexander-D-Karpov/webring.git
synced 2026-03-16 22:07:41 +03:00
9 lines
159 B
Go
9 lines
159 B
Go
package webring
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed static internal/dashboard/templates internal/public/templates internal/user/templates docs
|
|
var Files embed.FS
|