fix: change nextgroup to findhop.

This commit is contained in:
Daniel Ding
2024-07-19 14:21:01 +08:00
parent 0b5ea13af0
commit b8c64bb822
11 changed files with 554 additions and 563 deletions

View File

@@ -155,7 +155,7 @@ func Unmarshal(v interface{}, contents []byte) error {
func UnmarshalLoad(v interface{}, file string) error {
if err := FileExist(file); err != nil {
return NewErr("%s %s", file, err)
return nil
}
contents, err := LoadWithoutAnn(file)
if err != nil {