@@ -1,4 +1,4 @@
-package io // import "github.com/v2ray/v2ray-core/common/io"
+package io
import (
"io"
@@ -1,2 +1,2 @@
// Package net contains common network utilities.
-package net // import "github.com/v2ray/v2ray-core/common/net"
+package net
@@ -1,5 +1,5 @@
// Package proxy contains all proxies used by V2Ray.
-package proxy // import "github.com/v2ray/v2ray-core/proxy"
+package proxy
"github.com/v2ray/v2ray-core/common/alloc"
@@ -3,7 +3,7 @@
// VMess contains both inbound and outbound connections. VMess inbound is usually used on servers
// together with 'freedom' to talk to final destination, while VMess outbound is usually used on
// clients with 'socks' for proxying.
-package vmess // import "github.com/v2ray/v2ray-core/proxy/vmess"
+package vmess
"sync"