mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-03 15:16:29 +08:00
7 lines
79 B
Go
7 lines
79 B
Go
package resources
|
|
|
|
import "embed"
|
|
|
|
//go:embed templates
|
|
var Templates embed.FS
|