mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-01-19 11:15:53 +08:00
7 lines
82 B
Go
7 lines
82 B
Go
|
package internal
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed assets/*
|
||
|
var StaticContents embed.FS
|