You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
160 B
Go

package app
import (
_ "embed"
)
//go:embed app_config.yml
var Config []byte
//go:embed logo.png
var Logo []byte
//go:embed app_param.yml
var Param []byte