mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-03 10:42:00 +08:00
make server & router reusable outside asynqmon package
This commit is contained in:
6
internal/static.go
Normal file
6
internal/static.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package internal
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed assets/*
|
||||
var StaticContents embed.FS
|
Reference in New Issue
Block a user