refactor(resources): вынести embed-конфиги в корневой resources
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user