feat: update atom framework

This commit is contained in:
Rogee
2025-02-11 15:12:35 +08:00
parent fd8f2ebe03
commit d7acdbb34b
26 changed files with 890 additions and 685 deletions

View File

@@ -4,9 +4,9 @@ import (
"log"
"path/filepath"
"git.ipao.vip/rogeecn/atom/container"
"github.com/pkg/errors"
"github.com/spf13/viper"
"go.ipao.vip/atom/container"
)
func Load(file string) (*viper.Viper, error) {