yao/runtime/runtime.go
2023-02-01 17:25:11 +08:00

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
// }