chore: adjust directory structure

This commit is contained in:
mzz2017
2023-02-07 23:49:30 +08:00
parent ad8f54531e
commit c49ca89683
35 changed files with 127679 additions and 13 deletions

View File

@ -8,7 +8,7 @@ package main
import (
"flag"
"fmt"
"github.com/v2rayA/dae/component/control"
"github.com/v2rayA/dae/control"
"os"
)