mirror of
https://gitee.com/konyshe/goodlink.git
synced 2026-04-22 14:53:05 +08:00
Update configuration references from goodlink_config to goodlink3 across multiple files. This change improves code organization and consistency in configuration management.
This commit is contained in:
@@ -5,7 +5,7 @@ go 1.25.5
|
||||
require (
|
||||
go2 v0.0.0
|
||||
proxy v0.0.0
|
||||
goodlink_config v0.0.0
|
||||
goodlink3 v0.0.0
|
||||
fyne.io/fyne v1.4.3
|
||||
fyne.io/fyne/v2 v2.7.2
|
||||
github.com/BurntSushi/toml v1.6.0
|
||||
@@ -72,4 +72,4 @@ replace proxy => ../proxy
|
||||
|
||||
replace goroutine-pool => ../goroutine-pool
|
||||
|
||||
replace goodlink_config => ../goodlink3
|
||||
replace goodlink3 => ../goodlink3
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ import (
|
||||
"goodlink/theme"
|
||||
"goodlink/ui2"
|
||||
"goodlink/utils"
|
||||
goodlink_config "goodlink_config/config"
|
||||
goodlink_config "goodlink3/config"
|
||||
|
||||
_ "net/http/pprof"
|
||||
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ import (
|
||||
"goodlink/tun"
|
||||
_ "goodlink/tun"
|
||||
"goodlink/upnp"
|
||||
goodlink_config "goodlink_config/config"
|
||||
goodlink_config "goodlink3/config"
|
||||
"log"
|
||||
"net"
|
||||
"time"
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import (
|
||||
"time"
|
||||
|
||||
go2pool "go2/pool"
|
||||
goodlink_config "goodlink_config/config"
|
||||
goodlink_config "goodlink3/config"
|
||||
)
|
||||
|
||||
// extraLogSink 可选:由 UI 设置后,STUN 相关日志会同时输出到该回调(如运行日志列表),cmd 不设置则为 nil
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ import (
|
||||
|
||||
"goodlink/pro"
|
||||
"goodlink/utils"
|
||||
goodlink_config "goodlink_config/config"
|
||||
goodlink_config "goodlink3/config"
|
||||
|
||||
_ "embed"
|
||||
_ "net/http/pprof"
|
||||
|
||||
Reference in New Issue
Block a user