1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-27 12:35:21 -05:00

fix lint errors

This commit is contained in:
Darien Raymond
2018-04-04 00:29:30 +02:00
parent 27ccc9d726
commit 9f198d7e3d
10 changed files with 19 additions and 18 deletions

View File

@@ -21,7 +21,6 @@ type DokodemoDoor struct {
config *Config
address net.Address
port net.Port
v *core.Instance
}
func New(ctx context.Context, config *Config) (*DokodemoDoor, error) {