mirror of
https://github.com/gogs/gogs.git
synced 2026-02-08 07:29:30 +01:00
9 lines
103 B
Go
9 lines
103 B
Go
|
|
package public
|
||
|
|
|
||
|
|
import (
|
||
|
|
"embed"
|
||
|
|
)
|
||
|
|
|
||
|
|
//go:embed assets/* css/* img/* js/* plugins/*
|
||
|
|
var Files embed.FS
|