Chore: change module name (#677)

This commit is contained in:
Loyalsoldier
2021-02-17 04:31:50 +08:00
committed by GitHub
parent 0957442e01
commit f94dd11a8c
623 changed files with 2532 additions and 2404 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
package vless
import (
"v2ray.com/core/common/protocol"
"v2ray.com/core/common/uuid"
"github.com/v2fly/v2ray-core/v4/common/protocol"
"github.com/v2fly/v2ray-core/v4/common/uuid"
)
// AsAccount implements protocol.Account.AsAccount().