mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-22 06:40:43 +08:00
9 lines
89 B
Go
9 lines
89 B
Go
package cli
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed config.tpl.yaml
|
|
var configTemplate []byte
|