mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-07 03:29:11 -04:00
fix lint warnings
This commit is contained in:
@@ -28,9 +28,9 @@ func (v *RawConnection) SysFd() (int, error) {
|
||||
|
||||
type Connection struct {
|
||||
id internal.ConnectionId
|
||||
reusable bool
|
||||
conn net.Conn
|
||||
listener ConnectionManager
|
||||
reusable bool
|
||||
config *Config
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user