1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-26 20:15:26 -05:00

clean up code

This commit is contained in:
Agioi Theodoroi
2020-04-14 21:19:52 -04:00
committed by Kslr
parent 1432278c2c
commit bbd3988f3d
7 changed files with 3 additions and 15 deletions

View File

@@ -9,7 +9,6 @@ import (
type Server struct {
Port net.Port
PathHandler map[string]http.HandlerFunc
accepting bool
server *http.Server
}