优化项目机构和服务端协程控制逻辑
This commit is contained in:
7
server/pkg/socks5/error.go
Normal file
7
server/pkg/socks5/error.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package socks5
|
||||
|
||||
type ConfigError string
|
||||
|
||||
func (c ConfigError) Error() string {
|
||||
return string(c)
|
||||
}
|
||||
Reference in New Issue
Block a user