2
0
mirror of https://github.com/hibiken/asynqmon.git synced 2026-05-23 18:21:17 +08:00

make server & router reusable outside asynqmon package

This commit is contained in:
ajatprabha
2021-09-18 17:55:59 +05:30
committed by Ken Hibino
parent 29dd0c8213
commit 3839f96b44
33 changed files with 567 additions and 275 deletions

6
internal/static.go Normal file
View File

@@ -0,0 +1,6 @@
package internal
import "embed"
//go:embed assets/*
var StaticContents embed.FS