11 lines
228 B
Go
11 lines
228 B
Go
package runtime
|
|
|
|
// // Load runtime
|
|
// func Load(cfg config.Config) error {
|
|
// dataRoot, err := fs.Root(cfg)
|
|
// if err != nil {
|
|
// return err
|
|
// }
|
|
// gou.LoadRuntime(runtime.Option{FileRoot: dataRoot})
|
|
// return nil
|
|
// }
|