remove global var debug

This commit is contained in:
onyx-and-iris 2024-03-20 17:10:00 +00:00
parent f2fd9354f0
commit 15e4cf6e42

View File

@ -28,7 +28,7 @@ func start(proxy string) {
} }
var ( var (
proxies, host, debug string proxies, host string
) )
func getenvInt(key string) (int, error) { func getenvInt(key string) (int, error) {