1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-06 01:05:35 -05:00

remove unused code

This commit is contained in:
Darien Raymond
2018-01-13 00:07:29 +01:00
parent 72e9ef8fb3
commit ddb6437976
2 changed files with 0 additions and 13 deletions

View File

@@ -1,4 +0,0 @@
package api
type ApiServer struct {
}

View File

@@ -1,9 +0,0 @@
package api
import (
"v2ray.com/core/common/net"
)
type Config struct {
DirectPort net.Port
}