mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-16 04:48:30 +08:00
6 lines
69 B
Go
6 lines
69 B
Go
|
package internal
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed view
|
||
|
var Assets embed.FS
|