mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
remove import path restriction
This commit is contained in:
parent
d83a0ce5d2
commit
2268f3d1bc
@ -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
|
||||
|
||||
import (
|
||||
"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
|
||||
|
||||
import (
|
||||
"sync"
|
||||
|
Loading…
Reference in New Issue
Block a user