format code

pull/298/head
V2Ray 9 years ago
parent 530f749aa3
commit a45498da45

@ -19,7 +19,6 @@ type JsonVConfig struct {
}
type JsonVConfigUnmarshaller struct {
}
func StringToVUser(id string) (u core.VUser, err error) {

@ -5,7 +5,6 @@ import (
)
type VMessHandler struct {
}
func (*VMessHandler) Listen(port uint8) error {
@ -14,6 +13,5 @@ func (*VMessHandler) Listen(port uint8) error {
return err
}
return nil
}

Loading…
Cancel
Save