mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-25 15:20:23 +07:00
refactor: refactor lan tproxy using sk_assign
This commit is contained in:
@ -70,6 +70,7 @@ func generate(output string) error {
|
||||
|
||||
func GenerateObjects(output string) {
|
||||
if err := generate(output); err != nil {
|
||||
fmt.Println(err.Error())
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user