a9f5a74162
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
14 lines
280 B
Go
14 lines
280 B
Go
package resources
|
|
|
|
import _ "embed"
|
|
|
|
// ConfigEnYAML is the embedded English example configuration file.
|
|
//
|
|
//go:embed config.en.yaml
|
|
var ConfigEnYAML []byte
|
|
|
|
// ConfigRuYAML is the embedded Russian example configuration file.
|
|
//
|
|
//go:embed config.ru.yaml
|
|
var ConfigRuYAML []byte
|